elasticsearch/docs/reference/troubleshooting/disk/fix-data-node-out-of-disk.asciidoc
Liam Thompson 33a71e3289
[DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413)
* Remove `es-test-dir` book-scoped variable

* Remove `plugins-examples-dir` book-scoped variable

* Remove `:dependencies-dir:` and `:xes-repo-dir:` book-scoped variables

- In `index.asciidoc`, two variables (`:dependencies-dir:` and `:xes-repo-dir:`) were removed.
- In `sql/index.asciidoc`, the `:sql-tests:` path was updated to fuller path
- In `esql/index.asciidoc`, the `:esql-tests:` path was updated idem

* Replace `es-repo-dir` with `es-ref-dir`

* Move `:include-xpack: true` to few files that use it, remove from index.asciidoc
2024-04-17 14:37:07 +02:00

23 lines
1.2 KiB
Text

[[fix-data-node-out-of-disk]]
== Fix data nodes out of disk
{es} is using data nodes to distribute your data inside the cluster. If one or more of these nodes are running
out of space, {es} takes action to redistribute your data within the nodes so all nodes have enough available
disk space. If {es} cannot facilitate enough available space in a node, then you will need to intervene in one
of two ways:
. <<increase-capacity-data-node, Increase the disk capacity of your cluster>>
. <<decrease-disk-usage-data-node, Reduce the disk usage by decreasing your data volume>>
[[increase-capacity-data-node]]
=== Increase the disk capacity of data nodes
include::{es-ref-dir}/tab-widgets/troubleshooting/disk/increase-data-node-capacity-widget.asciidoc[]
[[decrease-disk-usage-data-node]]
=== Decrease the disk usage of data nodes
In order to decrease the disk usage in your cluster without losing any data, you can try reducing the replicas of indices.
NOTE: Reducing the replicas of an index can potentially reduce search throughput and data redundancy. However, it
can quickly give the cluster breathing room until a more permanent solution is in place.
include::{es-ref-dir}/tab-widgets/troubleshooting/disk/decrease-data-node-disk-usage-widget.asciidoc[]