Loading

Empty Indices

Many shards or indices in the cluster contain no documents. Shard balancing counts shards per node, not how much data each shard holds, so empty shards spread like busy ones.

Note

For a complete list of insights, refer to AutoOps insights.

Field Value
Component Elasticsearch
Severity Medium
Scope Index
Domains performance, index-management, shard-allocation

You can customize these settings to adjust when AutoOps detects this event and presents the insight. Refer to AutoOps event settings for details.

The default customization settings are:

Setting Type Default
Exclude indices based on this pattern List of strings
Total empty indices threshold Integer 50

The following is an example of what you might see when this insight is triggered. Real insights use live data and links from your deployment or cluster.

The number of empty indices: 12

The number of empty shards: 12

Examples of empty indices: logs-prod-000045, logs-prod-000046

Note

AutoOps shows different recommendations depending on how their conditions match your deployment or cluster.

Impact: The empty shards can cause the node workload to become unbalanced, causing some nodes to work much harder than the others due to the naive shard-balance nature of the cluster. This could lead to hot-spots of unbalanced, loaded data nodes and bottlenecks. Description: The cluster shard balancer ensures that all data nodes hold the same number of shards, which is what leads to some nodes holding very active shards, while others hold many empty ones.