Hi,
I would like to deny ILM to automatically create indices and to only handle to optimize the storage between nodes. Is there a way to do this?
Changing my elasticsearch.yml files to:
It's not possible to directly disable that specific part of ILM, but you could use the now freely-available Security features of Elasticsearch to restrict the creation of ILM policies to administrators, so that all ILM policies have to be approved before use. Only the rollover and shrink actions create new indices, so identifying which policies might create indices is fairly straightforward.
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.