Skip to content

Commit 64b14a4

Browse files
committed
Another batch
1 parent caf8f1e commit 64b14a4

File tree

19 files changed

+42
-10
lines changed

19 files changed

+42
-10
lines changed

troubleshoot/elasticsearch/diagnosing-corrupted-repositories.md

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

troubleshoot/elasticsearch/diagnosing-invalid-repositories.md

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

troubleshoot/elasticsearch/diagnosing-unknown-repositories.md

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

troubleshoot/elasticsearch/elasticsearch-client-java-api-client/java.md

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

6-
# Java [troubleshooting]
7+
# Troubleshoot {{es}} Java client [troubleshooting]
78

89

910
## Exceptions [_exceptions]

troubleshoot/elasticsearch/elasticsearch-client-javascript-api/nodejs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2+
navigation_title: Node.js
23
mapped_pages:
34
- https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/timeout-best-practices.html
45
---
56

6-
# Node.js [timeout-best-practices]
7+
# Troubleshoot {{es}} Node.js client [timeout-best-practices]
78

89
Starting in 9.0.0, this client is configured to not time out any HTTP request by default. {{es}} will always eventually respond to any request, even if it takes several minutes. Reissuing a request that it has not responded to yet can cause performance side effects. See the [official {{es}} recommendations for HTTP clients](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html#_http_client_configuration) for more information.
910

troubleshoot/elasticsearch/elasticsearch-client-net-api/net.md

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

6-
# .NET [troubleshooting]
7+
# Troubleshoot {{es}} .NET client [troubleshooting]
78

89
The client can provide rich details about what occurred in the request pipeline during the process of making a request, as well as be configured to provide the raw request and response JSON
910

troubleshoot/elasticsearch/elasticsearch-client-ruby-api/ruby.md

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

6-
# Ruby [troubleshooting]
7+
# Troubleshoot {{es}} Ruby client [troubleshooting]
78

89
Use the information in this section to troubleshoot common problems and find answers for frequently asked questions.
910

troubleshoot/elasticsearch/elasticsearch-hadoop/elasticsearch-for-apache-hadoop.md

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

6-
# Elasticsearch for Apache Hadoop [troubleshooting]
7+
# Troubleshoot Elasticsearch for Apache Hadoop [troubleshooting]
78

89
Unfortunately, sometimes things do not go as expected and your elasticsearch-hadoop job execution might go awry: incorrect data might be read or written, the job might take significantly longer than expected or you might face some exception. This section tries to provide help and tips for doing your own diagnostics, identifying the problem and hopefully fixing it.
910

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
2+
navgiation_title: Index lifecycle management errors
23
mapped_pages:
34
- https://www.elastic.co/guide/en/elasticsearch/reference/current/index-lifecycle-error-handling.html
45
---
56

6-
# Index lifecycle management errors [index-lifecycle-error-handling]
7+
% marciw move so this is with other ILM topics
8+
9+
# Fix index lifecycle management errors [index-lifecycle-error-handling]
710

811
When [{{ilm-init}}](../../../manage-data/lifecycle/index-lifecycle-management.md) executes a lifecycle policy, it’s possible for errors to occur while performing the necessary index operations for a step. When this happens, {{ilm-init}} moves the index to an `ERROR` step. If {{ilm-init}} cannot resolve the error automatically, execution is halted until you resolve the underlying issues with the policy, index, or cluster.
912

troubleshoot/elasticsearch/elasticsearch-reference/remote-clusters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
navigation_title: "Troubleshooting"
2+
navigation_title: Remote clusters
33
mapped_pages:
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/remote-clusters-troubleshooting.html
55
---
66

77

88

9-
# Remote clusters [remote-clusters-troubleshooting]
9+
# Troubleshoot remote clusters [remote-clusters-troubleshooting]
1010

1111

1212
You may encounter several issues when setting up a remote cluster for {{ccr}} or {{ccs}}.

0 commit comments

Comments
 (0)