I'm using Elastic stack 7.8.1, and have configured X-pack monitoring for Logstash in logstash.yml by setting xpack.monitoring.enabled: true
.
In the Kibana UI, I see metrics, as expected here:
And here:
But the data I'm really interested in (pipeline details), shows all zeroes:
I do have the undocumented xpack.monitoring.collection.pipeline.details.enabled
option set to true
, but that didn't seem to help.
Last thing of note is that I am on Windows Server 2016.
What am I missing?