Hello
We have a setup of few Logstashes behind a load balancer.
Hosts are only allowed to talk to the load balancer for any elasticsearch data.
I would like to know how to setup any beats.yml, that all beats are able to send they monitoring data via load balancer/Logstash.
As far as I see is, that there is:
xpack.monitoring:
enabled: true
elasticsearch:
Is there a way to use like:
xpack.monitoring:
enabled: true
logstash:
thank you
roger