Logstash monitoring

I want to see my logstash monitoring in Kibana monitoring section. I did the following steps:

in logstash.yml
xpack.monitoring.enabled: true
#xpack.monitoring.elasticsearch.username: logstash_system
#xpack.monitoring.elasticsearch.password: password
xpack.monitoring.elasticsearch.url: ["https://10.xx.xx.xx:9200", "https://10.xx.xx.xx:9200"]
#xpack.monitoring.elasticsearch.ssl.ca: [ "/path/to/ca.crt" ]
#xpack.monitoring.elasticsearch.ssl.truststore.path: path/to/file
#xpack.monitoring.elasticsearch.ssl.truststore.password: password
#xpack.monitoring.elasticsearch.ssl.keystore.path: /path/to/file
#xpack.monitoring.elasticsearch.ssl.keystore.password: password
#xpack.monitoring.elasticsearch.ssl.verification_mode: certificate
#xpack.monitoring.elasticsearch.sniffing: false
xpack.monitoring.collection.interval: 10s

in elasticsearch.yml:
xpack.monitoring.enabled: true
xpack.monitoring.collection.enabled: true

I restart elasticsearch, Kibana and logstash and still not seeing logstash nodes in the monitoring section of Kibana

Which versions of all the products are you using? Could you share your Logstash logs?

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