I am setting up elastic cluster in my environment. I have setup a master node and i want the elastic to run on the IP address of master node in order to get the clustering working . When i add the below lines to my elastic YML file i get the below error
Bound or publising to a non loopback address , enforcing bootstrap check , node validation failed and then my elastic crashes . When i run it on local host it starts fine.
This is my configuration
___Network
network.host: my ip address
http.host:my ip address
network.bind_host:ip address
Usually when the elastic starts it by default runs on 127.0.0.0 rather than my ip address
Thanks for your response , i tried setting up my elastic.yml in similar manner . This is how the network
_Network
network.host: site
transport.port:9300
http.port:9200
i get this error again node validation exception bootstrap check failed .System call filters failed to install
Can you please share the snippet or example of what i am doing wrong david this will be of great help , i have been struggling for 2 weeks now .
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.