【发布时间】:2017-07-14 04:49:20
【问题描述】:
我已在我的索引设置中添加索引创建日期为 下面
"settings" :{
"index" :{
"provided_name":"test",
"creation_Date":"1493750591836",
"number_of_shards" : "1",
"number_of_replicas" : "0"
}
}
但是当我尝试发布 _template 时出现如下错误
"unknown setting [index.creation_date] please check that any required plugins are installed, or check the breaking changes documentation for removed settings"
这是否意味着创建时间设置不可用,请澄清一下。我无法在
https://www.elastic.co/guide/en/elasticsearch/reference/1.4/indices-update-settings.html
使用的版本是5.1
【问题讨论】:
标签: elasticsearch elasticsearch-plugin elasticsearch-5