Page 1 of 1

NLS Elasticsearch replication addresses

Posted: Thu Aug 08, 2019 1:53 pm
by rocheryderm
Hello!

I'm preparing to install NLS (finallY!) and remember from my (generic, not NLS) Elasticsearch POC that it is possible to send ES cluster replication traffic out a separate network interface.

Is that true and supported in the NLS implementation of Elasticsearch?

Thanks

Re: NLS Elasticsearch replication addresses

Posted: Thu Aug 08, 2019 4:56 pm
by scottwilkerson
We have not tested this so I cannot say for certain but I believe it will work, and adjustments can be made in

Code: Select all

/usr/local/nagioslogserver/elasticsearch/config/elasticsearch.yml
One thing that must remail the same is the http.host must remain as localhost

I believe the settings you are looking for are
transport.bind_host
transport.publish_host
https://www.elastic.co/guide/en/elastic ... sport.html