Hi,
I have installed latest version of Elasticsearch on Linux machine. With default settings (localhost) service is starting fine but when I change network.host to hostname or IPV4 or IPV6 service is failing.
Configuration from elasticsearch.yml:
cluster.name: TEST
node.name: QICTEST
path.data: /opt/app/data
path.logs: /opt/app/logs
network.host: 192.168.58.68
[2017-02-06T14:46:07,064][INFO ][o.e.t.TransportService ] [prn-qictestproxy01] publish_address {192.168.58.68:9300}, bound_addresses {192.168.58.68:9300}
[2017-02-06T14:46:07,070][INFO ][o.e.b.BootstrapChecks ] [prn-qictestproxy01] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks
ERROR: bootstrap checks failed
I have not faced this issue in earlier version. Anything I'm missing from config side?
Thanks