You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
lee-costa
changed the title
Error in plugin: has status code 400 (Bad Request), expected 200 (OK)
[inputs.graylog] Error in plugin: has status code 400 (Bad Request)
Dec 4, 2018
Relevant telegraf.conf:
[[inputs.graylog]]
servers = [
"http://192.168.2.11:9000/api/system/metrics/multiple",
]
metrics = [
"org.graylog2.journal.size",
"org.graylog2.journal.size-limit",
"org.graylog2.throughput.input.1-sec-rate",
"org.graylog2.throughput.output.1-sec-rate"
]
username = "token"
password = "token"
insecure_skip_verify = true
System info:
[Include Telegraf version, operating system name, and other relevant details]
Telegraf 1.9.0
Ubuntu 16.04
Steps to reproduce:
Expected behavior:
No errors.
Actual behavior:
[inputs.graylog]: Error in plugin: Response from url "http://192.168.2.11:9000/api/system/metrics/multiple" has status code 400 (Bad Request), expected 200 (OK)
Additional info:
[Include gist of relevant config, logs, etc.]
The text was updated successfully, but these errors were encountered: