Hi Experts,
I want to configure elasticsearch to a new IP address. Currently, it is on a dev machine. But I want to configure to a new IP address.
currently, in my elasticsearch.yml the current settings are
network.host:0.0.0.0
path.data : /var/lib/elasticsearch
path.logs: /var/logs/
inside /var/lib/ elasticsearch is link file to links to /mnt/elasticsearch
I want to install elasticsearch to new machine. machine ipaddress is eg., 5*.25*.22*.1*,
My questions are,
Do I have to install elastic search on this new IP address,
or can I set this new IP address as network.host path in the existing dev machine?
or do I have backup and restore to the new ipaddress?
Please suggest how to configure?
I had tried changing the network host to the new IP address, and copied elasticsearch folder to the new machine and set the path to path.data and I had set path.logs to new machine folder paths and restarted elastic search from the existing dev machine.
elastic search failed to start.
Please suggest how to configure the elastic search on this new machine.
With many thanks,
Bharath AK
1) Move your ElasticSearch code + database to the machine where your new IP lives. Likely best + certainly most simple to maintain.
2) Create a proxy connection from your existing instance to the machine where your IP lives. Complex to setup + maintain.
Tip: One your target machine, install Ubuntu Bionic + LXD at machine level + install your ElasticSearch instance inside an LXD container.
This makes moving your entire ElasticSearch instance to new machines trivial.
Tip: If you've never moved an ElasticSearch instance, might be best if you hire someone to assist you with this.