When I insert the url localhost:9000, and try to auth with username “my token generated here” and password token, I can’t access and view the informations in the panel.
I tested in Postman and when I try to request this endpoint with username “the token from Graylog API” and password “token” I receive a 405 method not authorized.
Yes… I created the role to metrics for the token user, tested through telegraf --config telegraf.conf --test if is this working, read about two other messages in this forum:
I tested in curl with the endpoint http://localhost:9000/api/cluster and it returns me a correct JSON… but in Grafana I can´’t get the data and the graphics.
(… all input graylog blah blah blah)
username = “my token from graylog”
password = “token”
insecure_skip_verify = true
inside “/etc/telegraf/telegraf.d/graylog.conf”
I saw after a “show measurement on grafana” that I don´t have nothing inside my influx database. I don´t know if a need to config the auth part in grafana or if only username and password is enough…
But every other steps were made. I just can´t get the logs from Graylog inside influxdb.
come on - if that looks ‘ok-ish’ to you - check the next part in the chain. Influx - did you see the ingest? Did you have access to the data. You migh want to raise the log level of the telegraf to check if the scrapping of information happens…
Just follow that, debug each piecen in the chain if it works. BTW that question is now more linux debugging related and not Graylog …