Saw this blogpost: Monitoring Logstash Filters: X-ray glasses included | Elastic Blog and decided to give it a try.
I installed the X-Pack plugin on my single Logstash node (5.2.1), added the following to my yaml:
xpack.monitoring.elasticsearch.url: "https://blahblah:9243"
xpack.monitoring.elasticsearch.username: "user"
xpack.monitoring.elasticsearch.password: "password"
Then I restarted Logstash. Logstash went back to processing, logs for Logstash showed no errors. However, no monitoring never showed up in the Elasticsearch cluster. Not even seeing any monitoring indices created.
Tried changing the user I made to "super_user" role just to see if it was permissions. No change.
Extras:
Elasticsearch (Elastic Cloud): 5.2.1
Kibana (Elastic Cloud): 5.2.1
Any ideas?