Is it possible to have multiple data paths for elasticsearch data node?
e.g. in elasticsearch.yml
path.data: [/path1/for/data, /path2/for/data]
So that it first fills up path1 and when path1 is full to its capacity it starts storing data at path2.
P.S. I am using Elasticsearch 5.2.2