Skip to content

[FEATURE REQUEST] ISM template index pattern support excluding operator - #375

@pytomtoto

Description

@pytomtoto

Describe the bug
I have a index pattern *,-code*
to include all index and exclude "code*"

when I use this index pattern to ILM .
I Found it's not work.

    "ism_template": [
        {
            "index_patterns": [
                "*",
                "-code*"
            ],
            "priority": 100,
            "last_updated_time": 1623292398930
        }
    ]

ILM Policy always include all index。

To Reproduce
Steps to reproduce the behavior:
like this
create * and -somestring

Expected behavior
I want the policy pass some index

Plugins
Please list all plugins currently enabled.

Screenshots
image

Host/Environment (please complete the following information):

  • OS: aws OpenSearch | 1.0

  • Version 1.0

Additional context

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions