Starting from v2.0 Elasticsearch is listening only on localhost by default, but I\'d like to make request outside localhost.
For example, a request like this is allo
Apart from setting network.host : 0.0.0.0
network.host : 0.0.0.0
there might be need to set following params
node.name: elasticsearch-node-1 cluster.initial_master_nodes: ["elasticsearch-node-1"]
All setting go in elasticsearch/elasticsearch.yml
elasticsearch/elasticsearch.yml