以通过设置参数rest.action.multi.allow_explicit_index为false来关闭覆盖功能。
rest.action.multi.allow_explicit_index
false
这个设置会对所有的节点起作用,设置方法如下:
在config/elasticsearch.yml中添加:
config/elasticsearch.yml
rest.action.multi.allow_explicit_index: false
然后重启Elasticsearch,即生效。