How can allow only local requests for elasticsearch? So command like:
curl -XGET \'http://localhost:9200/twitter/_settings\'
can only be r
I use this parameter:
http.host: "127.0.0.1"
This parameter not accept http requests for external request.