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
Using Windows 10 and standalone Elasticsearch 7, putting this in elasticsearch.yml solve the issue:
network.host: 0.0.0.0 discovery.type: single-node