Non destructive way of clearing all indices

I have been using:

curl -X DELETE "https://localhost:9200/_all

to delete all indices. I am doing this in a kubernetes ECK environment. It seems to break things though and kibana pod gets into trouble. Am I right in saying that I shouldn't delete the .kibana index?

Ideally nothing starting with a . as it would be considered a system index.

1 Like

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