In the configuration file elasticsearch.yml, I add the parameter
network.host: 0.0.0.0, however when starting the system again it returns me the following error:
No arquivo de configuração elasticsearch.yml, adiciono o pârametro
network.host: 0.0.0.0, contudo ao iniciar o sistema novamente me retorna o seguinte erro:
sudo systemctl start elasticsearch.service
Job for elasticsearch.service failed because the control process exited with error code.
See "systemctl status elasticsearch.service" and "journalctl -xe" for details.
Without the network.host: 0.0.0.0 setting, elasticsearch starts normally.
Sem a configuração network.host: 0.0.0.0, o elasticsearch inicia normalmente.