Index reapears 1sec after deleting it

Hi, I try to delete 2 indices on my cluster.

DELETE http://elastic:PASSWORD@IP:9200/index

I get back acknowledged true.

It gets delteted for 1 second and after that it reapears
What it looks like when I look at the shards 1 second after it got delted
_Cat/shards

index                              0 p STARTED           0    208b IP gotham_node2
index                              0 r UNASSIGNED      

Terminal output of gotham_node2

Why does this happen and how to fix this?

Thanks,
defalt

Do you have anything indexing into this index that causes it to be recreated?

That was it. In the background logstash was running.
Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.