Got an ELK stack with template name *. I have created new index template with normal name, but how can I delete an index template with asterisk name?
Thank You
Got an ELK stack with template name *. I have created new index template with normal name, but how can I delete an index template with asterisk name?
Thank You
There is no good workaround for this, except deleting all and recreating all but the one *
template. Elasticsearch should probably prevent that case by not allowing to store such a template. Let's see if I can come up with a PR.
This template was uploaded by logstash settings:
template => "/etc/logstash/template/hotwarm.json"
template_name => "*"
And elasticsearch allowed it
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.