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
NLS Elasticsearch replication addresses
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: NLS Elasticsearch replication addresses
We have not tested this so I cannot say for certain but I believe it will work, and adjustments can be made in
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
Code: Select all
/usr/local/nagioslogserver/elasticsearch/config/elasticsearch.ymlI believe the settings you are looking for are
transport.bind_host
transport.publish_host
https://www.elastic.co/guide/en/elastic ... sport.html