[Feature Request] Allow indexes to be added to data streams (not re-indexed, migrated, etc.) for Cold Storage support or data streams are useless on Amazon Managed OpenSearch #16996
Labels
enhancement
Enhancement or improvement to existing feature or request
Indexing
Indexing, Bulk Indexing and anything related to indexing
untriaged
Is your feature request related to a problem? Please describe
When using Amazon UltraWarm and OpenSearch there is a feature where you can move indices to cold storage via an ISM policy. The issue is, when that index is moved to cold storage, it's removed from the data stream and there is no way to add it back.
This means data stream are essentially useless if you're using Managed Amazon OpenSearch since you cannot move a data stream to cold storage and back and keep all your dashboards and index patterns referencing the data stream working.
I thought I could use a hack, where I create an alias like so:
but this fails because you cannot have an alias that includes a data stream backing indexes.
So what are you left with... you need to refer to the data stream name
data-stream-name
and then also the backing indexes for everything.ds-data-stream-name-*
for any dashboards, etc.This is extremely frustrating because this means we basically cannot use data streams.
Describe the solution you'd like
Allow an index to be added to an existing data stream or allow the movement of them which I assume Amazon OpenSearch could utilize.
Related component
Indexing
Describe alternatives you've considered
Alternatives:
Additional context
No response
The text was updated successfully, but these errors were encountered: