Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

[BUG] Index management policy ignores index patterns starting with asterisk #456

@andy812

Description

@andy812

I use opendistro with index management plugin v1.13.2.0. My index policy contains such ism_template:

"ism_template": {
        "index_patterns": [
            "prod-*",
            "dev-*",
            "*-events-*"
        ]
}

I have no problems with indices prod-service1-timestamp, prod-service2-timestamp, dev-service1-timestamp, etc. But policy do nothing with indices kube-system-events-timestamp, default-events-timestamp, etc.

How to fix it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions