fix-data-node-out-of-disk.asciidoc 1.2 KB

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