Hello,
When I modify the "Elasticsearch template setting" part in the filebeat.yml file with the ilm enabled (by default), I can't manage to modify the index pattern of the template and it's name. The only thing that can be changed is the number of allocated shard.
However, when I explicitly disable the ilm in the filebeat.yml configuration file (setup.ilm.enabled: no), everything works as intended.
How can I manage to change the template index pattern with ilm enabled?
Thanks !