Straight to my configuration... I edited the /etc/elasticsearch/elasticsearch.yml
and I have tried the following different options:
network.host: localhost
network.host: 127.0.0.1
network.host: 0.0.0.0
I also tried local instead of localhost!
I also played around with the
network.bind_host: 0.0.0.0
or
network.bind_host: 127.0.0.1
I havent changed the http.port
or any other thing in general...
to my surprise when I
curl -X GET localhost:9200
I get nothing back.
By doing lsof -i TCP
I dont see elasticsearch listening anywhere, and with service elasticsearch status
I see it running...
Im running Debian 3.16.7.
Any help please?