Skip to content

Commit 7459bc5

Browse files
committed
Fix some titles
1 parent 2b697af commit 7459bc5

24 files changed

+36
-17
lines changed

troubleshoot/elasticsearch/add-repository.md

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

6-
# Troubleshooting broken repositories [add-repository]
7+
# Troubleshoot broken repositories [add-repository]
78

89
There are several situations where the [Health API](https://www.elastic.co/guide/en/elasticsearch/reference/current/health-api.html) might report an issue regarding the integrity of snapshot repositories in the cluster. The following pages explain the recommended actions for diagnosing corrupted, unknown, and invalid repositories:
910

troubleshoot/elasticsearch/add-tier.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
navigation_title: Add a missing tier
23
mapped_pages:
34
- https://www.elastic.co/guide/en/elasticsearch/reference/current/add-tier.html
45
---

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
mapped_pages:
2+
navigation_title: Allow data allocation
3+
mapped_pages:
34
- https://www.elastic.co/guide/en/elasticsearch/reference/current/allow-all-cluster-allocation.html
45
---
56

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
navigation_title: Allow index allocation
23
mapped_pages:
34
- https://www.elastic.co/guide/en/elasticsearch/reference/current/allow-all-index-allocation.html
45
---

troubleshoot/elasticsearch/corruption-troubleshooting.md

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

6-
# Troubleshooting corruption [corruption-troubleshooting]
7+
# Troubleshoot data corruption [corruption-troubleshooting]
78

89
{{es}} expects that the data it reads from disk is exactly the data it previously wrote. If it detects that the data on disk is different from what it wrote then it will report some kind of exception such as:
910

troubleshoot/elasticsearch/decrease-disk-usage-data-node.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
navigation_title: Decrease disk usage
23
mapped_pages:
34
- https://www.elastic.co/guide/en/elasticsearch/reference/current/decrease-disk-usage-data-node.html
45
---

troubleshoot/elasticsearch/diagnosing-corrupted-repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/diagnosing-corrupted-repositories.html
44
---
55

6-
# Diagnosing corrupted repositories [diagnosing-corrupted-repositories]
6+
# Diagnose corrupted repositories [diagnosing-corrupted-repositories]
77

88
Multiple {{es}} deployments are writing to the same snapshot repository. {{es}} doesn’t support this configuration and only one cluster is allowed to write to the same repository. See [Repository contents](../../deploy-manage/tools/snapshot-and-restore.md#snapshot-repository-contents) for potential side-effects of corruption of the repository contents, which may not be resolved by the following guide. To remedy the situation mark the repository as read-only or remove it from all the other deployments, and re-add (recreate) the repository in the current deployment:
99

troubleshoot/elasticsearch/diagnosing-invalid-repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/diagnosing-invalid-repositories.html
44
---
55

6-
# Diagnosing invalid repositories [diagnosing-invalid-repositories]
6+
# Diagnose invalid repositories [diagnosing-invalid-repositories]
77

88
When an {{es}} node faces an unexpected exception when trying to instantiate a snapshot repository, it will mark the repository as "invalid" and write a warning to the log file. Use the following steps to diagnose the underlying cause of this issue:
99

troubleshoot/elasticsearch/diagnosing-unknown-repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/diagnosing-unknown-repositories.html
44
---
55

6-
# Diagnosing unknown repositories [diagnosing-unknown-repositories]
6+
# Diagnose unknown repositories [diagnosing-unknown-repositories]
77

88
When a snapshot repository is marked as "unknown", it means that an {{es}} node is unable to instantiate the repository due to an unknown repository type. This is usually caused by a missing plugin on the node. Make sure each node in the cluster has the required plugins by following the following steps:
99

troubleshoot/elasticsearch/discovery-troubleshooting.md

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

6-
# Troubleshooting discovery [discovery-troubleshooting]
7+
# Troubleshoot discovery [discovery-troubleshooting]
78

89
In most cases, the discovery and election process completes quickly, and the master node remains elected for a long period of time.
910

0 commit comments

Comments
 (0)