标签: elasticsearch
如何在Elasticsearch中定义映射到一系列索引?
Elasticsearch索引通常按日期/时间进行划分,定义每个日期/时间的映射非常繁琐......
答案 0 :(得分:1)
您正在为索引寻找Index Templates。
我认为您可以使用正则表达式来匹配您的索引名称,并通过模板自动创建索引映射,例如:
PUT _template/template_1 { "template": "\d\d\d\d-\d\d-\d\d", //index name match