What is the bug?
The ISM visual policy editor does not support the documented stop_replication action.
The action is missing from the action type dropdown. Also, policies containing { "stop_replication": {} } can fail to load in the visual editor because the action repository does not recognize the action type.
How can one reproduce the bug?
- Create or edit an ISM policy using the JSON editor.
- Add an action:
{ "stop_replication": {} }
- Save the policy.
- Open the same policy in the visual editor.
- The visual editor cannot load the policy, or the action is unavailable in the action dropdown.
What is the expected behavior?
The visual editor should support stop_replication as a no-configuration ISM action and preserve the payload as:
{ "stop_replication": {} }
What is your host/environment?
- OpenSearch Dashboards: main / 3.x
- Plugin: index-management-dashboards-plugin main
- OpenSearch: 3.x
Do you have any additional context?
OpenSearch ISM documentation lists stop_replication as a supported action:
https://docs.opensearch.org/latest/im-plugin/ism/policies/#stop_replication
Related forum thread:
https://forum.opensearch.org/t/policy-action-to-stop-replication/24675
What is the bug?
The ISM visual policy editor does not support the documented
stop_replicationaction.The action is missing from the action type dropdown. Also, policies containing
{ "stop_replication": {} }can fail to load in the visual editor because the action repository does not recognize the action type.How can one reproduce the bug?
{ "stop_replication": {} }What is the expected behavior?
The visual editor should support
stop_replicationas a no-configuration ISM action and preserve the payload as:{ "stop_replication": {} }What is your host/environment?
Do you have any additional context?
OpenSearch ISM documentation lists
stop_replicationas a supported action:https://docs.opensearch.org/latest/im-plugin/ism/policies/#stop_replication
Related forum thread:
https://forum.opensearch.org/t/policy-action-to-stop-replication/24675