opensearch-project / index-management

🗃 Automate periodic data operations, such as deleting indices at a certain age or performing a rollover at a certain size
https://opensearch.org/docs/latest/im-plugin/index/
Apache License 2.0
53 stars 111 forks source link

[FEATURE] Implement ISM APIs ism/_indices and ism/managedIndices on OpenSearch level #1054

Open spapadop opened 10 months ago

spapadop commented 10 months ago

Is your feature request related to a problem? When on OpenSearch Dashboards UI, opening "Policy managed indices" or "Indices" page calls dashboards/api/ism/managedIndices and dashboards/api/ism/_indices API respectively, displaying nicely the information. I want to access this information on the OpenSearch ISM api (not dashboards), so that I can perform some checks (e.g. find indices that are not managed by policy and notify users). Currently such an API call does not exist on OpenSearch level.

What solution would you like? Support for an ISM API which can return the same view we see on Dashboards. Having the "managed by policy: yes/no" field would be very beneficial.

dblock commented 3 months ago

Catch All Triage - 1 2 3 4 5 thanks for opening this feature request