mor*_*enl 4 elasticsearch
我想结合索引模板和动态模板,以便我定义的动态映射自动添加到所有创建的索引中。
这可能吗?
问候莫滕
Hug*_*dby 5
在索引模板中,将映射定义为动态模板。例如 :
PUT /_template/template_1 { "template": "yourindex*", "mappings": { "my_type": { "dynamic_templates": [ {your dynamic templates ...} ] } } }
归档时间:
9 年,5 月 前
查看次数:
3051 次
最近记录:
5 年,12 月 前