我尝试使用hot/warm
架构,但已经有很多索引。
我可以将index.routing.allocation.require.box_type
标记添加到旧索引吗?
答案 0 :(得分:0)
您应该使用api方法设置索引设置。对于所有索引,请使用_all
。
示例:
curl -XPUT -d '{"index.routing.allocation.require.box_type": "warm"}' localhost:9200/_all/_settings?preserve_existing=true
参数preserve_existing=true
表示不要覆盖现有的box_type