You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TEST[warning:[script.max_compilations_per_minute] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.]
18
19
19
20
Or:
20
21
@@ -28,6 +29,7 @@ PUT /_cluster/settings?flat_settings=true
// TEST[warning:[script.max_compilations_per_minute] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.]
31
33
32
34
The cluster responds with the settings updated. So the response for the
// TEST[warning:[script.max_compilations_per_minute] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.]
// TEST[warning:[script.max_compilations_per_minute] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.]
25
26
26
27
NOTE: Shards will only be relocated if it is possible to do so without
27
28
breaking another routing constraint, such as never allocating a primary and
// TEST[warning:[script.max_compilations_per_minute] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.]
69
70
70
71
NOTE: Prior to 2.0.0, when using multiple data paths, the disk threshold
71
72
decider only factored in the usage across all data paths (if you had two
Copy file name to clipboardExpand all lines: docs/reference/modules/cluster/misc.asciidoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
[[misc-cluster]]
1
+
[misc-cluster]]
2
2
=== Miscellaneous cluster settings
3
3
4
4
[[cluster-read-only]]
@@ -56,3 +56,4 @@ PUT /_cluster/settings
56
56
}
57
57
-------------------------------
58
58
// CONSOLE
59
+
// TEST[warning:[script.max_compilations_per_minute] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.]
Copy file name to clipboardExpand all lines: docs/reference/modules/cross-cluster-search.asciidoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ PUT _cluster/settings
78
78
}
79
79
--------------------------------
80
80
// CONSOLE
81
+
// TEST[warning:[script.max_compilations_per_minute] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.]
81
82
82
83
A remote cluster can be deleted from the cluster settings by setting its seeds to `null`:
Copy file name to clipboardExpand all lines: docs/reference/modules/node.asciidoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,7 @@ PUT _cluster/settings
168
168
----------------------------
169
169
// CONSOLE
170
170
// TEST[catch:/cannot set discovery.zen.minimum_master_nodes to more than the current master nodes/]
171
+
// TEST[warning:[script.max_compilations_per_minute] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.]
171
172
172
173
TIP: An advantage of splitting the master and data roles between dedicated
173
174
nodes is that you can have just three master-eligible nodes and set
// TEST[warning:[script.max_compilations_per_minute] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.]
99
100
100
101
You can also control which actions will be traced, using a set of include and exclude wildcard patterns. By default every request will be traced
// TEST[warning:[script.max_compilations_per_minute] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.]
0 commit comments