hello,
I try to change the index name in filebeat.yml but when I start the filebeat, it still running on the oldest conf :
filebeat.yml :
output.elasticsearch:
hosts: ["xx.xx.xx.xx:9200"]
#index: "filebeat-%{[agent.version]}-%{+yyyy.MM.dd}"
index: "network-%{+yyyy.MM.dd}"
setup.template.settings:
index.number_of_shards: 1
setup.template.enabled: true
setup.template.name: "network"
setup.template.pattern: "network-*"
here, the log :
Set output.elasticsearch.index to 'filebeat-7.3.0' as ILM is enabled.