在 Mapping 里面,将 dynamic 参数设置成 strict 可以拒绝索引包含未知字段的文档。 此条 Tips 由 medcl 贡献。

安装成功elasticsearch5以后为什么不能远程访问

Elasticsearch | 作者 ITxiaobing | 发布于2017年08月19日 | 阅读数:5255

系统提示:这个人太懒了,什么问题描述都没有写!

已邀请:

pliaohuimin

赞同来自:

修改配置文件:config/elasticsearch.yml
 
#network.host: 192.168.0.1
network.host: 0.0.0.0
 

mafa1993

赞同来自:

network.host:0.0.0.0代表可远程访问
设置为127.0.0.1则只能在本地访问

要回复问题请先登录注册