Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ensure_node_commissioned param should be removed from cluster.health #157

Closed
saimedhi opened this issue Oct 9, 2023 · 0 comments
Closed
Labels
bug Something isn't working untriaged

Comments

@saimedhi
Copy link
Contributor

saimedhi commented Oct 9, 2023

What is the bug?

ensure_node_commissioned param should be removed from cluster.health

How can one reproduce the bug?

https://localhost:9200/_cluster/health?ensure_node_commissioned=true
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "request [/_cluster/health] contains unrecognized parameter: [ensure_node_commissioned] -> did you mean [ensure_node_weighed_in]?"
}
],
"type": "illegal_argument_exception",
"reason": "request [/_cluster/health] contains unrecognized parameter: [ensure_node_commissioned] -> did you mean [ensure_node_weighed_in]?"
},
"status": 400
}

@saimedhi saimedhi added bug Something isn't working untriaged labels Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

No branches or pull requests

1 participant