Hi,
I have slightly confused about some of the posts I have seen on this.
Does custom template not work when ILM is enabled in filebeat ?
(Needless to say,I need both these features.)
I hv specified my ES index as:
index: "logstash-fb-%{[agent.version]}-%{+yyyy.MM.dd}"
But the actual index are filebeat-* . See below filebeat logs snip
2019-12-19T20:55:03.747Z | INFO | [index-management] | idxmgmt/std.go:265 | ILM policy successfully loaded. |
---|---|---|---|---|
2019-12-19T20:55:03.747Z | INFO | [index-management] | idxmgmt/std.go:394 | Set setup.template.name to '{filebeat-7.4.1 {now/d}-000001}' as ILM is enabled. |
2019-12-19T20:55:03.747Z | INFO | [index-management] | idxmgmt/std.go:399 | Set setup.template.pattern to 'filebeat-7.4.1-*' as ILM is enabled. |
2019-12-19T20:55:03.747Z | INFO | [index-management] | idxmgmt/std.go:433 | Set settings.index.lifecycle.rollover_alias in template to {filebeat-7.4.1 {now/d}-000001} as ILM is enabled. |