- version Fliebeat, Elasticsearch 7.16.2
I use filebeat collect Elasticsearch log to another cluster.
when i configure var.paths in modules.d/Elasticsearch.yml
var.paths: ["/var/log/Elasticsearch/*_server.json"]
filebeat still collect log from /var/log/Elasticsearch/*.log to Elasticsearch cluster
Or am I configuring in the wrong path & file ?
help me pls.