Skip to content

Add stop_replication support to visual ISM policy editor - #1438

Open
wzyns wants to merge 2 commits into
opensearch-project:mainfrom
wzyns:fix/1437-stop-replication-visual-editor
Open

Add stop_replication support to visual ISM policy editor#1438
wzyns wants to merge 2 commits into
opensearch-project:mainfrom
wzyns:fix/1437-stop-replication-visual-editor

Conversation

@wzyns

@wzyns wzyns commented May 31, 2026

Copy link
Copy Markdown

Description

Add visual policy editor support for the ISM stop_replication action.

This change registers stop_replication as a supported visual editor action and serializes it as:

{
  "stop_replication": {}
}

The action has no additional configuration fields, so the UI action follows the existing empty-object action pattern used by actions such as delete/open/close.

Reference: https://docs.opensearch.org/latest/im-plugin/ism/policies/#stop_replication

Issues Resolved

Resolves #1437

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@wzyns

wzyns commented May 31, 2026

Copy link
Copy Markdown
Author

This is my first PR, so please feel free to let me know if anything else is needed.

wzyns added 2 commits June 1, 2026 02:23
Signed-off-by: wzyns <me@wzyns.com>
Signed-off-by: wzyns <me@wzyns.com>
@wzyns
wzyns force-pushed the fix/1437-stop-replication-visual-editor branch from 0c56691 to 33b156e Compare May 31, 2026 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Visual ISM policy editor does not support stop_replication action

1 participant