Skip to content

Commit a846553

Browse files
committed
Another batch
1 parent df71deb commit a846553

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

troubleshoot/elasticsearch/allow-all-index-allocation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ mapped_pages:
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/allow-all-index-allocation.html
55
---
66

7+
% Need to retitle to be about the problem, not the solution
8+
% New subsection about unassigned shards?
9+
710
# Allow Elasticsearch to allocate the index [allow-all-index-allocation]
811

912
The allocation of data can be controlled using the [enable allocation configuration](https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-routing-allocation-enable-setting). In certain circumstances users might want to temporarily disable or restrict the allocation of data.

troubleshoot/elasticsearch/diagnose-unassigned-shards.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ mapped_pages:
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/diagnose-unassigned-shards.html
55
---
66

7+
% marciw move to a new Unassigned shards subsection
8+
79
# Diagnose unassigned shards [diagnose-unassigned-shards]
810

911
There are multiple reasons why shards might get unassigned, ranging from misconfigured allocation settings to lack of disk space.

troubleshoot/elasticsearch/diagnostic.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
2-
navigation_title: "Capture diagnostics"
2+
navigation_title: "Diagnostics"
33
mapped_pages:
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/diagnostic.html
55
---
66

7-
8-
97
# Capture diagnostics [diagnostic]
108

119

troubleshoot/elasticsearch/high-cpu-usage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2+
navigation_title: High CPU usage
23
mapped_pages:
34
- https://www.elastic.co/guide/en/elasticsearch/reference/current/high-cpu-usage.html
45
---
56

6-
# High CPU usage [high-cpu-usage]
7+
# Symptom: High CPU usage [high-cpu-usage]
78

89
{{es}} uses [thread pools](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-threadpool.html) to manage CPU resources for concurrent operations. High CPU usage typically means one or more thread pools are running low.
910

troubleshoot/elasticsearch/increase-cluster-shard-limit.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ mapped_pages:
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/increase-cluster-shard-limit.html
55
---
66

7+
% marciw move to a new Unassigned shards subsection
8+
79
# Total number of shards per node has been reached [increase-cluster-shard-limit]
810

911
Elasticsearch tries to take advantage of all the available resources by distributing data (index shards) amongst the cluster nodes.

troubleshoot/elasticsearch/increase-shard-limit.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ mapped_pages:
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/increase-shard-limit.html
55
---
66

7+
% marciw retitle; move to a new Unassigned shards subsection
8+
79
# Total number of shards for an index on a single node exceeded [increase-shard-limit]
810

911
Elasticsearch tries to take advantage of all the available resources by distributing data (index shards) among nodes in the cluster.

0 commit comments

Comments
 (0)