I'm using ES 0.19.4. I tried to disable the deletion process for documents
of an existing index that was initially created with a TTL (The TTL
deletion is working fine). I've tried to update the index using the
index.ttl.disable_purge flag as described here: http://www.elasticsearch.org/guide/reference/api/admin-indices-update-settings.html
but it seems not to work:
[WARN ][cluster.metadata ] [] [] ignoring non dynamic index
level settings for open indices: [index.ttl.disable_purge]
I understand that non-dynamic settings can not be changed when the index
was already created but according to the documentaton (above link) this
should be a dynamic setting. Am I doing something wrong? Any help would be
much appreciated!
I'm using ES 0.19.4. I tried to disable the deletion process for documents
of an existing index that was initially created with a TTL (The TTL deletion
is working fine). I've tried to update the index using the
index.ttl.disable_purge flag as described here: Elasticsearch Platform — Find real-time answers at scale | Elastic
but it seems not to work:
[WARN ][cluster.metadata ] [] [] ignoring non dynamic index
level settings for open indices: [index.ttl.disable_purge]
I understand that non-dynamic settings can not be changed when the index was
already created but according to the documentaton (above link) this should
be a dynamic setting. Am I doing something wrong? Any help would be much
appreciated!
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.