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
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/configuration-reference/node-settings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The following additional roles are available:
46
46
47
47
* `voting_only`
48
48
49
-
$$$coordinating-only-node$$$If you leave `node.roles` unset, then the node is considered to be a [coordinating only node](docs-content://deploy-manage/distributed-architecture/clusters-nodes-shards/node-roles.md#coordinating-only-node-role).
49
+
$$$coordinating-only-node$$$If If you set `node.roles` to an empty array (`node.roles: [ ]`), then the node is considered to be a [coordinating only node](docs-content://deploy-manage/distributed-architecture/clusters-nodes-shards/node-roles.md#coordinating-only-node-role).
50
50
51
51
::::{important}
52
52
If you set `node.roles`, ensure you specify every node role your cluster needs. Every cluster requires the following node roles:
Copy file name to clipboardExpand all lines: rest-api-spec/src/main/resources/rest-api-spec/api/ml.get_trained_models.json
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,6 @@
43
43
"required":false,
44
44
"description":"A comma-separate list of fields to optionally include. Valid options are 'definition' and 'total_feature_importance'. Default is none."
45
45
},
46
-
"include_model_definition":{
47
-
"type":"boolean",
48
-
"required":false,
49
-
"description":"Should the full model definition be included in the results. These definitions can be large. So be cautious when including them. Defaults to false.",
Copy file name to clipboardExpand all lines: rest-api-spec/src/main/resources/rest-api-spec/api/ml.stop_datafeed.json
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,6 @@
32
32
"required":false,
33
33
"description":"Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)"
34
34
},
35
-
"allow_no_datafeeds":{
36
-
"type":"boolean",
37
-
"required":false,
38
-
"description":"Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)",
0 commit comments