Skip to content

Commit

Permalink
[DOCS] Remove _all examples from 'Fix common cluster issues' (#73217)…
Browse files Browse the repository at this point in the history
… (#73235)

We plan to deprecate the `_all` wildcard pattern. This removes several
`_all` examples from the 'Fix common cluster issues' guide.
  • Loading branch information
jrodewig authored May 19, 2021
1 parent fa6ea32 commit 97c1ccb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/how-to/fix-common-cluster-issues.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This may disrupt any in-flight searches that use fielddata.

[source,console]
----
POST _all/_cache/clear?fielddata=true
POST _cache/clear?fielddata=true
----
// TEST[s/^/PUT my-index\n/]

Expand Down Expand Up @@ -162,7 +162,7 @@ setting.

[source,console]
----
PUT _all/_settings
PUT _settings
{
"index.max_result_window": 5000
}
Expand Down Expand Up @@ -331,7 +331,7 @@ primary.

[source,console]
----
PUT _all/_settings
PUT _settings
{
"index.number_of_replicas": 1
}
Expand Down

0 comments on commit 97c1ccb

Please sign in to comment.