We are planning to use single node Elasticsearch cluster. The node may contain multiple locations for writing indexing data.
I would like to know, if it is possible to write the data to a specific indexing location only?
For example, if there are 2 drives added in path.data namely C: & D: in a single node. Does elasticsearch provides a control to write the data to only C: drive?
Let me know if you've any idea how to achieve this.
Is there any mockups or documents available for "one node on path" design? Would like to know what all things one should consider during planning phase?
I'm not sure what sort of documentation you might need. You configure one node for each data path, it really is that simple.
I thought I'd mentioned this above but it seems not: you can combine multiple drives together into a single data path using RAID-0 or similar. On Linux there are options like LVM too, not sure if there's a Windows equivalent to that. That's the simplest way to scale a node up as your needs grow.
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.