We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the bug? To DELETE an autofollow we need to send the request with a --data, but --data is not an option on opensearch-cli curl delete.
opensearch-cli curl delete
How can one reproduce the bug? Steps to reproduce the behavior: Try to run this valid request using opensearch-cli
# delete autofollow opensearch-cli curl delete --path "/_plugins/_replication/_autofollow" --data ' { "leader_alias" : "supreme_leader", "name": "leader_replication" }'
What is the expected behavior? Delete the mentioned autofllow replication.
What is your host/environment?
Do you have any screenshots?
Error: unknown flag: --data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the bug?
To DELETE an autofollow we need to send the request with a --data, but --data is not an option on
opensearch-cli curl delete
.How can one reproduce the bug?
Steps to reproduce the behavior:
Try to run this valid request using opensearch-cli
What is the expected behavior?
Delete the mentioned autofllow replication.
What is your host/environment?
Do you have any screenshots?
The text was updated successfully, but these errors were encountered: