Elasticsearch Storage Issues
Hot/Warm Node Parity
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.
Manually migrating failed indexes
It may be necessary to migrate indexes manually. The process for this is:
- Navigate to “Policy managed indices”
- Find
Failed to start **** migration
- Copy the index name
- Search “Warm” indexes and get index size
- Search “Cold” indexes and get index size
- If the “Cold” index size is smaller than “Warm” then it can be deleted
- Delete the index via the devtools
DELETE _cold/live_kubernetes_ingress-2024.07.13
- Click retry policy
Further Reading
This page was last reviewed on 29 August 2024.
It needs to be reviewed again on 28 February 2025
by the page owner #cloud-platform
.
This page was set to be reviewed before 28 February 2025
by the page owner #cloud-platform.
This might mean the content is out of date.