Hi,
I have modified the below attribute in elasticsearch.yml so that I can access from other machine which is within network.
network.host: <ip address here>
But, I'm getting the below error.
[2019-04-16T13:04:30,635][INFO ][o.e.t.TransportService ] [node-1] publish_address {<ipaddress>:9300}, bound_addresses {<ipaddress>:9300}
[2019-04-16T13:04:30,697][INFO ][o.e.b.BootstrapChecks ] [node-1] bound or publishing to a non-loopback address, enforcing bootstrap checks
ERROR: [1] bootstrap checks failed
[1]: JVM is using the client VM [Java HotSpot(TM) Client VM] but should be using a server VM for the best performance
[2019-04-16T13:04:30,900][INFO ][o.e.n.Node ] [node-1] stopping ...
[2019-04-16T13:04:30,916][INFO ][o.e.n.Node ] [node-1] stopped
[2019-04-16T13:04:30,916][INFO ][o.e.n.Node ] [node-1] closing ...
[2019-04-16T13:04:30,931][INFO ][o.e.n.Node ] [node-1] closed
Please assist.