Skip to content

Add max_primary_shard_size as a rollover action in State Management Policy #213

@Kevc1

Description

@Kevc1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions