|
|
@@ -24,14 +24,18 @@ include::{es-repo-dir}/tab-widgets/code.asciidoc[]
|
|
|
|
|
|
include::{es-repo-dir}/tab-widgets/customize-data-log-path-widget.asciidoc[]
|
|
|
|
|
|
+[discrete]
|
|
|
+==== Multiple data paths
|
|
|
+deprecated::[7.13.0]
|
|
|
+
|
|
|
If needed, you can specify multiple paths in `path.data`. {es} stores the node's
|
|
|
data across all provided paths but keeps each shard's data on the same path.
|
|
|
|
|
|
-WARNING: {es} does not balance shards across a node's data paths. High disk
|
|
|
+{es} does not balance shards across a node's data paths. High disk
|
|
|
usage in a single path can trigger a <<disk-based-shard-allocation,high disk
|
|
|
usage watermark>> for the entire node. If triggered, {es} will not add shards to
|
|
|
the node, even if the node’s other paths have available disk space. If you need
|
|
|
additional disk space, we recommend you add a new node rather than additional
|
|
|
-data paths.
|
|
|
+data paths.
|
|
|
|
|
|
include::{es-repo-dir}/tab-widgets/multi-data-path-widget.asciidoc[]
|