Grafana in Graylog

I’d like to thank your help in advance. I am trying to integrate Grafana in Graylog. I have installed Telegraf, Grafana, and Influxdb.

Also, I am using this config https://grafana.com/dashboards/2549

When testing it, I am getting an error:
E! Error in plugin [inputs.graylog]: Response from url “https://X.X.X.X:9000/api/system/metrics/multiple” has status code 401 (Unauthorized), expected 200 (OK)

When accessing it in the browser:
{“type”:“ApiError”,“message”:“HTTP 405 Method Not Allowed”}

Did you followed the installation instruction from https://grafana.com/dashboards/2549 ?

You need to generate a token and place that into the configuration.

Yeah, I have a token created and added it in the config file. I believe it’s the website that can’t be accessed and I am not sure why.

did you checked if the user you created the token for has the access rights for the metrics API?

http://docs.graylog.org/en/2.4/pages/faq.html#how-can-i-create-a-restricted-user-to-check-internal-graylog-metrics-in-my-monitoring-system

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.