Skip to content

Commit 078c46f

Browse files
committed
Removed legacy TOC and adjusted language
1 parent 983d746 commit 078c46f

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

troubleshoot/elasticsearch.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ If you're using {{ech}}, you can use AutoOps to monitor your cluster. AutoOps si
3030
* [](/troubleshoot/elasticsearch/increase-cluster-shard-limit.md)
3131
* [](/troubleshoot/elasticsearch/corruption-troubleshooting.md)
3232

33-
## Errors [troubleshooting-errors]
34-
35-
* [](/troubleshoot/elasticsearch/all-shards-failed.md)
36-
* [](/troubleshoot/elasticsearch/failed-to-parse-field-of-type.md)
37-
* [](/troubleshoot/elasticsearch/unable-to-retrieve-node-fs-stats.md)
38-
* [](/troubleshoot/elasticsearch/unable-to-parse-response-body.md)
3933

4034
## Management [troubleshooting-management]
4135

troubleshoot/elasticsearch/security/token-invalid-expired.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ navigation_title: "Error: Token invalid or expired"
1313

1414
```console
1515
Error: token expired
16+
```
1617

18+
```console
1719
Error: invalid token
1820
```
1921

20-
This error occurs when {{es}} receives a request containing an invalid or expired token during authentication. It's typically caused by missing, incorrect, or outdated tokens. If an invalid or expired token is used, {{es}} rejects the request.
22+
These errors occur when {{es}} receives a request containing an invalid or expired token during authentication. It's typically caused by missing, incorrect, or outdated tokens. If an invalid or expired token is used, {{es}} rejects the request.
2123

2224
## Invalid token
2325

0 commit comments

Comments
 (0)