I'm trying to change the number_of_replicas of some indexes, applying a loosely index_patterns but... I'm struggling with priority.
If I make a change on number_of_replicas and define a priority 1 on my new template and some other template with priority 3 applies to the same index but lacks the number_of_replicas definition, it will be applied?
the replica definition was on the lowest template priority and the mappings on the biggest template priority. No good:
The mappings definitions were keepted but replicas on the default value (2).
the replica definition was on the biggest template priority and the mappings on the lowest template priority. No good too:
The mappings definitions were ignored and replicas definition were ok (0).
Can't keep both definitions to be applied despite the change of priorities in the testing.
The final expectation would be: keep the default template (system / kibana) untouched and re-define the replicas value with a biggest priority template "human made" and not loosing or overwrite anything defined in the default template, namely and in the case, the mappings.
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.