如何只允许弹性搜索的本地请求?所以命令如下:
curl -XGET 'http://localhost:9200/twitter/_settings'
只能在 localhost 上运行并请求如下:
curl -XGET 'http://mydomain.com:9200/twitter/_settings'
会被拒绝吗?
因为,据我所知,elasticsearch 默认允许它。
编辑:
根据http://www.elasticsearch.org/guide/reference/modules/network.html
您可以管理bind_host
参数以允许主机。默认情况下,它设置为anyLocalAddress