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

Description
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?