Skip to content

Conversation

bannikovilea
Copy link

Link for thread in elastic elastic/elasticsearch#88752

On ES 7.17.24 request to _stats failed with error:

{
    "error": {
        "root_cause": [
            {
                "type": "index_closed_exception",
                "reason": "closed",
                "index_uuid": "Q2JS4jIXRyCsI9k_7RnK5w",
                "index": "closedIndexName"
            }
        ],
        "type": "index_closed_exception",
        "reason": "closed",
        "index_uuid": "Q2JS4jIXRyCsI9k_7RnK5w",
        "index": "closedIndexName"
    },
    "status": 400
}

So it needed to send ?forbid_closed_indices=false

@bannikovilea
Copy link
Author

@vorapoap Hi) Please approve request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant