generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Labels
Description
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.
Host/Environment (please complete the following information):
-
OS: aws OpenSearch | 1.0
-
Version 1.0
Additional context
rockydonohue, vmorkunas and bitzhouwen
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo