Logstash monitoring not show

Hello,

i have issue on monitoring logstash. i have configure my logstash.yml

xpack.monitoring.enabled: "true"
xpack.monitoring.elasticsearch.url: "http://localhost:9200"
xpack.monitoring.elasticsearch.username: "username"
xpack.monitoring.elasticsearch.password: "password"

and output

output {
stdout { codec => rubydebug }
elasticsearch {
hosts => "localhost"
user => "username"
password => "password"
}
}

and still not show chart on my kibana monitor feature, how to debug this issue. thank you

Hi Ilyas,

What versions of Logstash, Kibana, and Elasticsearch are you using when you attempt to do this?

Also - do you want to store the events Logstash parses in Elasticsearch as well as outputting them to stdout, or just get monitoring to appear? It is not necessary to specify Elasticsearch as an output for monitoring to work.

Could you please share your entire Logstash config as well (the inputs and/or filters you've defined) so I can try to reproduce your problem?

Thanks
Justin

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