[Filebeat] ilm 조심 하자.
Elastic/Beats 2020. 6. 3. 14:19참고 문서)
https://www.elastic.co/guide/en/beats/filebeat/current/ilm.html
setup.ilm.check_exists
When set to false, disables the check for an existing lifecycle policy.
The default is true.
You need to disable this check if the Filebeat user connecting to a secured cluster doesn’t have the read_ilm privilege.
If you set this option to false, set setup.ilm.overwrite: true so the lifecycle policy can be installed.
setup.ilm.overwrite
When set to true, the lifecycle policy is overwritten at startup. The default is false.
이 설정은 template 설정과 output.elasticsearch.index 랑도 연관이 됩니다.
아주 삽질을 하게 만드는 설정이 될 수도 있습니다.
단, 알고 쓰면 삽질 안하고 모르고 쓰면 삽질 할 수도 있습니다.
늘 그렇지만, Elastic 사는 그냥 모르면 기본 설정만 사용하세요. :)