Graylog Metrics
Graylog metrics using Telegraf as collector.
This dashboard uses Graylog plugin from Telegraf.
First, create a token to interact with the Graylog API: http://docs.graylog.org/en/2.2/pages/configuration/rest_api.html
Then, create a file “/etc/telegraf/telegraf.d/graylog.conf” with this content: WARNING => The password must be “token”
[[inputs.graylog]]
servers = [
"https://<YOUR_GRAYLOG_IP_OR_NAME>:9000/api/system/metrics/multiple",
]
metrics = [
"jvm.threads.count",
"jvm.memory.total.init",
"jvm.memory.total.used",
"org.graylog2.journal.size",
"org.graylog2.journal.size-limit",
"org.graylog2.buffers.input.size",
"org.graylog2.buffers.input.usage",
"org.graylog2.buffers.output.size",
"org.graylog2.buffers.output.usage",
"org.graylog2.buffers.process.size",
"org.graylog2.buffers.process.usage",
"org.graylog2.journal.append.1-sec-rate",
"org.graylog2.journal.utilization-ratio",
"org.graylog2.throughput.input.1-sec-rate",
"org.graylog2.throughput.output.1-sec-rate"
]
username = "Your token here"
password = "token"
insecure_skip_verify = true
Data source config
Collector config:
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Description | Created | |
---|---|---|---|
Download |