Hello, I’ve updated from AWS OpenSearch 1.1 to the latest 1.2. And now I’ve got an issue when trying to list my hot and warm indices.
What should I do to fix it ? Any ideas?
OpenSearch Dashboards → Index Management → Hot/Warm indices.
Full error: Error fetching warm indices. {"error":{"root_cause":[{"type":"invalid_index_name_exception","reason":"Invalid index name [_warm], must not start with '_'.","index":"_warm","index_uuid":"_na_"}],"type":"invalid_index_name_exception","reason":"Invalid index name [_warm], must not start with '_'.","index":"_warm","index_uuid":"_na_"},"status":400}
It is clear we can not use index names starting with ‘_’.
But I guess in 1.1 Opensearch forget that check and in 1.2 they added backup again somehow xD
You might have to change the prefix for hot indices