Hi,
I am running multiple logstash instances in kubernetes. In elastic's monitoring I see same pipeline once per node:
My idea is to see in the overview panel all identical pipelines of all nodes to be aggregated. Meaning In overview I see only one blob pipeline, if the configuration of this pipeline is identical. If I filter first for a specific node and then go to pipeline tab I see the pipeline stats of the selected node.
What do I have to do that the monitoring is able to recognize that the pipelines are identical?
Do I have to add any ids or versions somewhere inside the pipeline configuration?
Thanks, Andreas