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
It is possible to have multiple data paths but it is not possible for them to be utilized in the way you're describing.
So, Can you please explain how does the multiple data path exactly works?
Read https://www.elastic.co/guide/en/elasticsearch/reference/5.3/important-settings.html#path-settings
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.