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