Hello,
I have a whole ELK stack which is perfectly functionnal on production.
However, i'm trying (with 7.2.0) to get metrics from filebeat.
The problem is: It creates a new "cluster" in Kibana Monitoring page : "Standalone Cluster"
I tried to delete /var/lib/filebeat/*, but i can make the filebeat to join my real production cluster.
Here is the configuration
monitoring:
enabled: true
elasticsearch:
hosts: ["host1:9200","host2:9200"]
username: remote_monitoring_user
password: xxxxxxxxxxxxxxxx
Thanks,