-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Data Management/Indices APIsAPIs to create and manage indices and templatesAPIs to create and manage indices and templates>enhancementhelp wantedadoptmeadoptme
Description
I would like to be able to define multiple match patterns on the same index template, to avoid situations where many identical templates must be maintained separately.
PUT /_template/template_1
{
"template": ["my_logs-*","your_logs-*"],
"settings": {
"number_of_shards": 1
},
"mappings": {
...
}
}
jpountz and mboudreau
Metadata
Metadata
Assignees
Labels
:Data Management/Indices APIsAPIs to create and manage indices and templatesAPIs to create and manage indices and templates>enhancementhelp wantedadoptmeadoptme