Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Dashboard v 3.0.0
Describe the issue:
Iam trying to add an action to my replication policy to stop replicating an auto-follow index so i can delete the index. The option is not available in the action type drop down when i edit a state and if i manually add it to the json it fails to load error : “Could not load the policy”
I can manually stop it with an POST /_plugins/_replication//_stop but i want to auto stop and then delete with a policy
Iam was trying to added through the visual editor in the dashboard(Index Managerment → State management policies → replication_policy) using the admin user. But there is no option to add that action under the state(see below). So I used the JSON editor to add the stop_replication. After i save it and then try to edit that same policy i get this error(see below pix and i dont see an additional error in the dashboard docker logs)… and i cannot edit the policy with the visual editor.. Its not until i remove stop_replication with the JSON editor, then i can edit it as normal.. Could this just be an issue with the visual editor/dashboard and the policy would work just fine?