I just delete some indices in Elasticsearch with the DELETE /index_name query.
Now, if I open the "indices" tab of the "Monitoring" view in Kibana, it always show the indices that I delete.
How can I definitly delete these indices ?
I just delete some indices in Elasticsearch with the DELETE /index_name query.
Now, if I open the "indices" tab of the "Monitoring" view in Kibana, it always show the indices that I delete.
How can I definitly delete these indices ?
If you are issuing a delete and get a 200 response, but the indices still exist, then something else is creating them.
This morning I restart Elasticsearch and the deleted indices finally disappeared.
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.