What is the bug?
When an ISM policy contains the convert_index_to_remote action (introduced in OpenSearch 3.5.0), attempting to view that policy in the Dashboards plugin results in a blank page. The error in browser dev tools:
Error: Action type [convert_index_to_remote] not supported
at ActionRepository.getUIAction (indexManagementDashboards.plugin.js:7:2932121)
at ActionRepository.getUIActionFromData (indexManagementDashboards.plugin.js:7:2931940)
at indexManagementDashboards.plugin.js:7:1675261
at Array.map (<anonymous>)
at State (indexManagementDashboards.plugin.js:7:1674951)
at og (osd-ui-shared-deps.js:1:1598318)
at l (osd-ui-shared-deps.js:1:1659178)
at sF (osd-ui-shared-deps.js:1:1638855)
at sP (osd-ui-shared-deps.js:1:1638725)
at sS (osd-ui-shared-deps.js:1:1635496)
Uncaught Error: Action type [convert_index_to_remote] not supported
at ActionRepository.getUIAction (indexManagementDashboards.plugin.js:7:2932121)
at ActionRepository.getUIActionFromData (indexManagementDashboards.plugin.js:7:2931940)
at indexManagementDashboards.plugin.js:7:1675261
at Array.map (<anonymous>)
at State (indexManagementDashboards.plugin.js:7:1674951)
at og (osd-ui-shared-deps.js:1:1598318)
at l (osd-ui-shared-deps.js:1:1659178)
at sF (osd-ui-shared-deps.js:1:1638855)
at sP (osd-ui-shared-deps.js:1:1638725)
at sS (osd-ui-shared-deps.js:1:1635496)
The policy and API behave fine, but the UI does not support the new action type.
How can one reproduce the bug?
- Create an ISM policy with the
convert_index_to_remote action.
- Dashboards > Index Management > State management policies (policies are listed)
- Click the policy just created.
- A page loads but, apart from the Dashboards header, there is no content. If the policy does not contain
convert_index_to_remote, it loads as expected.
What is the expected behavior?
The page should load successfully and display policy details.
What is your host/environment?
- OS: (e.g.) Ubuntu 24.04
- OpenSearch: 3.6.0 (deb)
- OpenSearch Dashboards: 3.6.0 (deb)
- Plugins: ISM, repository-s3
Do you have any screenshots?


Do you have any additional context?
A fix could consist of registering a new action type convert_index_to_remote in the Dashboards plugin.
What is the bug?
When an ISM policy contains the
convert_index_to_remoteaction (introduced in OpenSearch 3.5.0), attempting to view that policy in the Dashboards plugin results in a blank page. The error in browser dev tools:The policy and API behave fine, but the UI does not support the new action type.
How can one reproduce the bug?
convert_index_to_remoteaction.convert_index_to_remote, it loads as expected.What is the expected behavior?
The page should load successfully and display policy details.
What is your host/environment?
Do you have any screenshots?


Do you have any additional context?
convert_index_to_remotewas apparently introduced in OpenSearch 3.5.0 (release note).A fix could consist of registering a new action type
convert_index_to_remotein the Dashboards plugin.