Hi,
I am parsing apache log file using fielbeat/logstash and pushing it to ES.
Everything is installed on one server which is LINUX SERVER. When starting ES, we are getting the following error
[2017-03-10T11:22:43,237][INFO ][o.e.n.Node ] [gqgggfb] starting ...
[2017-03-10T11:22:43,638][INFO ][o.e.t.TransportService ] [gqgggfb] publish_address {10.129.34.59:9300}, bound_addresses {10.129.34.59:9300}
> [2017-03-10T11:22:43,657][INFO ][o.e.b.BootstrapChecks ] [gqgggfb] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks
> ERROR: bootstrap checks failed
The configuration in ES YML file is as follows:
---------------------------------- Network -----------------------------------
Set the bind address to a specific IP (IPv4 or IPv6):
network.host: 10.129.34.59
Set a custom port for HTTP:
http.port: 9200
I am not use what is loopback IP and what needs to be done to resolve this error. as a result when we are accessing ES using https://10.129.34.59:9200 , it doesn't open up.
Anything that we need to take care so that it works.
Saurabh