[BUG] OpenSearchNodesClient#info
fails if any action.*
setting exists, but not action.destructive_requires_name
#894
Labels
bug
Something isn't working
What is the bug?
When
OpenSearchClient#nodes#info
is called, but any of the nodes in the cluster has anyaction.*
setting (e.g.action.auto_create_index
) set, but notaction.destructive_requires_name
, then the call will fail with:How can one reproduce the bug?
Configure nodes to have
action.auto_create_index
set, but notaction.destructive_requires_name
. CallOpenSearchClient#nodes#info
.What is the expected behavior?
Returning successful.
What is your host/environment?
Operating system, version.
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: