Skip to content

Commit f65747a

Browse files
authored
Restructure Troubleshoot > Elasticsearch section (#390)
* First pass at restructuring ES section * More tweaks
1 parent 52a535a commit f65747a

21 files changed

+125
-52
lines changed

troubleshoot/elasticsearch/add-tier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
navigation_title: Index allocation data tier
2+
navigation_title: Preferred data tier
33
mapped_pages:
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/add-tier.html
55
---
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
navigation_title: Capacity
3+
---
4+
5+
# Troubleshoot Elasticsearch capacity issues
6+
7+
% What needs to be done: Write from scratch
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
navigation_title: Clusters
3+
---
4+
5+
# Troubleshoot Elasticsearch clusters
6+
7+
% What needs to be done: Write from scratch

troubleshoot/elasticsearch/data.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
navigation_title: Data
3+
---
4+
5+
# Troubleshoot Elasticsearch data issues
6+
7+
% What needs to be done: Write from scratch
8+
9+
% see also fix-watermark-errors.md

troubleshoot/elasticsearch/elasticsearch-reference/index-lifecycle-management-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mapped_pages:
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/index-lifecycle-error-handling.html
55
---
66

7-
% marciw move so this is with other ILM topics
7+
% marciw consolidate ILM topics
88

99
# Fix index lifecycle management errors [index-lifecycle-error-handling]
1010

troubleshoot/elasticsearch/fix-common-cluster-issues.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/fix-common-cluster-issues.html
55
---
66

7+
% add other cluster topics if it makes sense (already in toc)
8+
% or keep a "common issues" page and create new cluster section index page
9+
710
# Fix common cluster issues [fix-common-cluster-issues]
811

912
This guide describes how to fix common errors and problems with {{es}} clusters.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
navigation_title: Lifecycle management
3+
---
4+
5+
% temporary: remove how-to content, then trim to one page
6+
7+
# Troubleshoot lifecycle management
8+
9+
% see also fix-watermark-errors.md
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
navigation_title: More topics
3+
---
4+
5+
# More Elasticsearch troubleshooting topics
6+
7+
% What needs to be done: Write from scratch

troubleshoot/elasticsearch/security/security-trb-extraargs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2+
navigation_title: "Users command error: extra arguments"
23
mapped_pages:
34
- https://www.elastic.co/guide/en/elasticsearch/reference/current/security-trb-extraargs.html
45
---
56

6-
# Users command fails due to extra arguments [security-trb-extraargs]
7+
# Error: Extra arguments were provided [security-trb-extraargs]
78

89
**Symptoms:**
910

troubleshoot/elasticsearch/security/security-trb-settings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2+
navigation_title: Nodes info API response
23
mapped_pages:
34
- https://www.elastic.co/guide/en/elasticsearch/reference/current/security-trb-settings.html
45
---
56

6-
# Some settings are not returned via the nodes settings API [security-trb-settings]
7+
# Troubleshoot a nodes info API response [security-trb-settings]
78

89
**Symptoms:**
910

0 commit comments

Comments
 (0)