whenever I start my cluster, my logs produces a lot of these messages (just different name for index):
elasticsearch11 | [2017-10-04T20:20:44,936][WARN ][o.e.g.DanglingIndicesState] [114ff04a775b] [[.monitoring-es-6-2017.09.30/zCVhEla1Q9yo4MRCeTeZww]] can not be imported as a dangling index, as index with same name already exists in cluster metadata
I asked similar question a while ago (Can not be imported as a dangling index as index with same name already exists in cluster metadata - Elasticsearch - Discuss the Elastic Stack)
- What I can do to avoid this from happening in the future?
- What is better way to handle this? (especially in production environment)
Thanks in advance.