Skip to content

OpenSearch index management pages not loading in 2.15 when enabling warm/cold storage

0

I recently upgraded an OpenSearch managed cluster to 2.15. Things work fine if I only have hot indexes. However, if I enable warm and cold data storage, then on the Index Management page (e.g. /_dashboards/app/opensearch_index_management_dashboards#/index-policies ) it will default to State management policies, and the new links for "Hot indexes", "Warm indexes", and "Cold indexes" don't work. Clicking them will keep re-loading the State management policies page. This means I have no way of listing e.g. Cold Indexes from the dashboard. All of the other links appear to work fine, just these three indexes pages don't work.

This wasn't a problem when running on OpenSearch 2.7, and I've replicated this on two separate OpenSearch 2.15 managed clusters. Have others using warm/cold storage on 2.15 seen similar issues?

asked 2 years ago297 views
1 Answer
0

Hi,

Can you check the value min_index_age of your ISM policy ?

I have seen implementations having same problems as you do when min_index_age was too low (like 5 min)

If it's your case, can you try to increase min_index_age ?

See https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ism.html for ISM examples.

Best,

Didier

EXPERT
answered 2 years ago
  • Unfortunately this was happening before custom ISM policies were added, though I did add some later for testing. Just a a test here I deleted all state management policies, and it still happens.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.