Hi,
Logstash is not showing in the Monitor Tab of Kibana. Only Elasicsearch and Kibana is showing.
I have configured mypipeline.conf
input { stdin { }}
output {
elasticsearch { hosts => ["CTLSQL12WPPOC:9200"] }
stdout { codec => rubydebug }
}
This is my logstash.yml
xpack.monitoring.elasticsearch.url: [ "http://CTLSQL12WPPOC:9200", "http://CTLWIN12SM1:9200" ]
xpack.monitoring.elasticsearch.username: "logstash_system"
xpack.monitoring.elasticsearch.password: "changeme"
Please advise on what is lacking. Thanks!