elasticsearch启动时如何加载索引模板文件?

How to load a index template file into elasticsearch when it starts up?

在elasticsearch v1.5中,索引模板可以放在模板目录elasticsearch/config/templates下的配置位置(path.conf)。但是,我发现升级到v2.3 或v5.3 后,将无法加载此模板。有没有加载索引模板的方法?

https://www.elastic.co/guide/en/elasticsearch/reference/1.5/indices-templates.html

在 2.x 或 5.x 中没有其他方法。从 2.0.0-beta1 版本的 Elasticsearch 开始,这已被删除。

这已记录在案 here

可以找到关于此的原因和讨论here