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] Missing parameters in cluster and indices APIs #160

Closed
saimedhi opened this issue Oct 11, 2023 · 0 comments · Fixed by #414
Closed

[BUG] Missing parameters in cluster and indices APIs #160

saimedhi opened this issue Oct 11, 2023 · 0 comments · Fixed by #414
Assignees
Labels
bug Something isn't working missing api Missing API or api parameter that needs to be added.

Comments

@saimedhi
Copy link
Contributor

saimedhi commented Oct 11, 2023

What is the bug?

Namespace.Name Parameter comment
cluster.health ensure_node_commissioned should be removed
cluster.exists_component_template cluster_manager_timeout should be added
indices.open cluster_manager_timeout should be added
indices.delete cluster_manager_timeout should be added
indices.exists_template cluster_manager_timeout should be added
indices.exists_index_template cluster_manager_timeout should be added

path parameters

Namespace.Name Parameter comment
indices.put_mapping index index can be None not always required
indices.create_data_stream body I think body is not required for this.( Please verify. not sure about this)
@saimedhi saimedhi added bug Something isn't working untriaged labels Oct 11, 2023
@dblock dblock added missing api Missing API or api parameter that needs to be added. and removed untriaged labels Dec 20, 2023
@dblock dblock changed the title [BUG]Some endpoint have a parameter missing [BUG] Missing parameters in cluster and indices APIs Jun 4, 2024
@dblock dblock self-assigned this Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working missing api Missing API or api parameter that needs to be added.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants