Hi,
I'm configuring the monitoring feature of the Elastic Stack using metricbeat 7.6.2. I have configured a metricbeat with this configuration:
- module: logstash
metricsets:
- node
- node_stats
period: 20s
hosts:
- "A:9600"
- "B:9600"
- "C:9600"
- "D:9600"
username: "xx"
password: "yy"
xpack.enabled: true
And now I can see information about the Logstash and Pipelines, but when I enter in a pipeline, the events/second in each stage are always 0.
Am I missing any configuration? If I query the logstash port I can see that the information is there, but Metricbeat doesn´t seem to retrieve it

