Skip to content

Commit

Permalink
docs: add section on shards
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebell committed Aug 29, 2024
1 parent 54ea820 commit 29b891b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runbooks/source/elasticsearch-storage-issues.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ review_in: 6 months

A way of increasing the storage space for either Hot or Warm nodes is to increase them. If increasing one then the other must be equal as well, for example if upping the Hot nodes to 20 Warm should be upped to 20 as well.

The number of shards and the nodes should be increased by a multiple of the index with the largest number of shards, further [information](https://aws.amazon.com/blogs/opensource/open-distro-elasticsearch-shard-allocation/).

## Manually migrating failed indexes

It may be necessary to migrate indexes manually. The process for this is:
Expand Down

0 comments on commit 29b891b

Please sign in to comment.