Skip to content

Commit 97c1ccb

Browse files
authored
[DOCS] Remove _all examples from 'Fix common cluster issues' (#73217) (#73235)
We plan to deprecate the `_all` wildcard pattern. This removes several `_all` examples from the 'Fix common cluster issues' guide.
1 parent fa6ea32 commit 97c1ccb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/how-to/fix-common-cluster-issues.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This may disrupt any in-flight searches that use fielddata.
9595

9696
[source,console]
9797
----
98-
POST _all/_cache/clear?fielddata=true
98+
POST _cache/clear?fielddata=true
9999
----
100100
// TEST[s/^/PUT my-index\n/]
101101

@@ -162,7 +162,7 @@ setting.
162162

163163
[source,console]
164164
----
165-
PUT _all/_settings
165+
PUT _settings
166166
{
167167
"index.max_result_window": 5000
168168
}
@@ -331,7 +331,7 @@ primary.
331331

332332
[source,console]
333333
----
334-
PUT _all/_settings
334+
PUT _settings
335335
{
336336
"index.number_of_replicas": 1
337337
}

0 commit comments

Comments
 (0)