Closed all indices by mistake using wildcard *

Hi

I am using Elastic 6.5.3 version.

I closed all the indices by mistake using
curl -XPOST "https://localhost:9200/.*/_close"

Now that I am trying to open any of the indices, or even doing a get on _cat/ or _snapshot I am getting below error:

{
"message": "closed: [index_closed_exception] closed, with { index_uuid="06NPlaRhSXmbrY2h8c8H2g" & index=".kibana_1" }",
"statusCode": 400,
"error": "Bad Request"
}

how do I fix this?

Please help

can be closed.. using curl commands, I was actually able to open the indices.

1 Like

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