在elasticsearch v1.5中,可以将Index模板放在模板目录下的配置位置(path.conf)中elasticsearch/config/templates。但是,我发现升级到v2.3或v5.3后将不会加载此模板。有什么办法加载索引模板吗?
elasticsearch/config/templates
https://www.elastic.co/guide/zh-CN/elasticsearch/reference/1.5/indices- templates.html
在2.x或5.x中没有其他方法。从Elasticsearch的2.0.0-beta1版本开始已将其删除。
这是记录在这里。
关于此的原因和讨论可以在这里找到。