Hi all,
I'm trying to run ES via docker (https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-prod-cluster-composefile) in a production mode .i.e: on a specified IP address (= NOT locahost).
I tried modifying the network settings (network.host, network.publish_host, ...) but in vain.
Any curl request with a non localhost url leads to an invalid request whereas it works perfectly from the host with localhost:9200 in the curl url.
Any idea?
Thanx,
--mike