Hi,
Is there a way to configure ILM policy specific to index and not based on index template? it is annoying to have multiple templates and specifying index patterns for each type (daily, monthly, yearly). If i want to implement ILM policy for a specific index, i have to create a template and can't use default template. If i have 10 different daily indices, should i have different 10 different index templates to apply ILM? Using wild card on new template is also not helping since the ILM policy is getting applied to all newly created indices which are not just daily.
Can someone from ES suggest here?
Hi,
Thanks for quick reply. My indices are created via logtsash and i am looking for something that the ILM policy is applied during the time of index creation and obviously not through index template since all my indices uses default template. I couldn't find such on the documentation provided. please let me know how it is done.
Modify this setting to use a custom Index Lifecycle Management policy, rather than the default. If this value is not set, the default policy will be automatically installed into Elasticsearch
If this setting is specified, the policy must already exist in Elasticsearch cluster.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.