The server I plan to use has 8 x SSDs for data storage. How do I define this in the installation script? The documentation just states that the path is a string, but I would need to define 8 paths. In normal Elasticsearch this is as an array. Can you do the same here?
Thank you for submitting this question.
Configuring multiple paths is not supported in ECE. The path you configure when installing ECE is used by all the services running on that host, including but not only the Elasticsearch nodes running on that allocator.
What you can do in case you want to use all the SSDs is to configure them with RAID 0 (there are a few examples how you can go about doing this based on your OS), that will allow you to expose a single path to be used by ECE while still gaining from the accumulated storage of all the SSDs.
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.