-
Couldn't load subscription status.
- Fork 130
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We need a way to rollover our indices if the shard size is >50gb as recommended by AWS. This option exists in Elasticsearch and would be very beneficial to have available in Opensearch.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Would like to have this option available in an ISM Policy, such as belwo:
"name": "hot",
"actions": [
{
"rollover": {
"min_size": "90gb",
"min_index_age": "7d",
"max_primary_shard_size" : "50gb"
}
},
]
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.