Getting issue while configuring elasticsearch in clustered mode

Getting issue while configuring elasticsearch in clustered mode, single node is working as expected.
Below are the configuration and logs

Configuration of elasticsearch.yml :

server 1:

cluster.name: elkstack
node.name: 192.168.1.133
network.host: 192.168.1.133
discovery.zen.ping.unicast.hosts: ["192.168.1.133","192.168.1.93"]

Server 2:

cluster.name: elkstack
node.name: 192.168.1.93
network.host: 192.168.1.93
discovery.zen.ping.unicast.hosts: ["192.168.1.133","192.168.1.93"]


Logs :
[2017-02-23T09:12:43,911][INFO ][o.e.n.Node ] [192.168.1.133] starting ...
[2017-02-23T09:12:55,427][INFO ][o.e.t.TransportService ] [192.168.1.133] publish_address {192.168.1.133:9300}, bound_addresses {192.168.1.133:9300}
[2017-02-23T09:12:55,433][INFO ][o.e.b.BootstrapChecks ] [192.168.1.133] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks
[2017-02-23T09:12:55,436][ERROR][o.e.b.Bootstrap ] [192.168.1.133] node validation exception
bootstrap checks failed
system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
[2017-02-23T09:12:55,465][INFO ][o.e.n.Node ] [192.168.1.133] stopping ...
[2017-02-23T09:12:55,482][INFO ][o.e.n.Node ] [192.168.1.133] stopped
[2017-02-23T09:12:55,482][INFO ][o.e.n.Node ] [192.168.1.133] closing ...
[2017-02-23T09:12:55,514][INFO ][o.e.n.Node ] [192.168.1.133] closed

That's why.

Still i am not able to trace the required changes from the link shared, can you please help me out to get this issue resolved.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.