I'm currently having all my indices mounted on / by default. Since I'm currently having some indices which would grow day by day, hence I wanted some indices to move it to another mount safely. For example, I'm having an indice called testing, and I wanted it to move to the mount, /boot within my server itself.
How should I go ahead with this? Does taking a snapshot of an indice and restoring it to another location would do?
OR would that be fine if I just move my ES data folder itself to another mount if I'm to move the whole node? ES version which I'm using is v5.0.
Any help will be appreciated.