I'm on RHEL and running out of space. For reasons I cannot change, I can't extend the existing volume group that my ES data is on. I will need to rebuild my instances later, but in the short term I need to add more diskspace to my existing instances.
I've read the document here: https://library.nagios.com/library/prod ... tore-path/
It hints that I can add an extra data path, but no example of that.
I am going to make an educated guess, that I can modify the default configuration in /etc/sysconfig/elasticsearch from
Code: Select all
DATA_DIR="$ES_HOME/data"Code: Select all
DATA_DIR="$ES_HOME/data,/newpath/elasticsearch/data"Is this correct?
Mike