Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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