我們有幾個指標,我們不能通過調用API ElasticSearchElasticSearch:無法使用API刪除索引,手動刪除?
curl -XDELETE "http://localhost:9200/logstash-2014.01.20"
{"error":"IndexMissingException[[logstash-2014.01.20] missing]","status":404}
如何能夠將這些可安全地從我們的集羣刪除刪除?這些可以從/ nodes/0/indices手動刪除嗎?
看起來索引在我們策展人就位之前就已經離開了。他們擁有正確的名稱,他們在數據目錄中的集羣中佔用了幾百個空間。這些文件可以安全地移除嗎? – Idgoo 2014-11-25 09:26:49
是的,你可以從文件中刪除這個索引。 – 2014-11-25 09:49:57