@@ -353,13 +353,13 @@ link:{ref}/autoscaling-delete-autoscaling-policy.html[Documentation] +
353
353
|===
354
354
355
355
[discrete]
356
- === autoscaling.getAutoscalingDecision
356
+ === autoscaling.getAutoscalingCapacity
357
357
*Stability:* experimental
358
358
[source,ts]
359
359
----
360
- client.autoscaling.getAutoscalingDecision ()
360
+ client.autoscaling.getAutoscalingCapacity ()
361
361
----
362
- link:{ref}/autoscaling-get-autoscaling-decision .html[Documentation] +
362
+ link:{ref}/autoscaling-get-autoscaling-capacity .html[Documentation] +
363
363
364
364
365
365
[discrete]
@@ -733,7 +733,9 @@ link:{ref}/cat-indices.html[Documentation] +
733
733
|`'b' \| 'k' \| 'kb' \| 'm' \| 'mb' \| 'g' \| 'gb' \| 't' \| 'tb' \| 'p' \| 'pb'` - The unit in which to display byte values
734
734
735
735
|`local`
736
- |`boolean` - Return local information, do not retrieve the state from master node (default: false)
736
+ |`boolean` - Return local information, do not retrieve the state from master node (default: false) +
737
+
738
+ WARNING: This parameter has been deprecated.
737
739
738
740
|`master_timeout` or `masterTimeout`
739
741
|`string` - Explicit operation timeout for connection to master node
@@ -1365,7 +1367,9 @@ link:{ref}/cat-shards.html[Documentation] +
1365
1367
|`'b' \| 'k' \| 'kb' \| 'm' \| 'mb' \| 'g' \| 'gb' \| 't' \| 'tb' \| 'p' \| 'pb'` - The unit in which to display byte values
1366
1368
1367
1369
|`local`
1368
- |`boolean` - Return local information, do not retrieve the state from master node (default: false)
1370
+ |`boolean` - Return local information, do not retrieve the state from master node (default: false) +
1371
+
1372
+ WARNING: This parameter has been deprecated.
1369
1373
1370
1374
|`master_timeout` or `masterTimeout`
1371
1375
|`string` - Explicit operation timeout for connection to master node
@@ -3983,7 +3987,8 @@ link:{ref}/indices-aliases.html[Documentation] +
3983
3987
[source,ts]
3984
3988
----
3985
3989
client.indices.deleteDataStream({
3986
- name: string | string[]
3990
+ name: string | string[],
3991
+ expand_wildcards: 'open' | 'closed' | 'hidden' | 'none' | 'all'
3987
3992
})
3988
3993
----
3989
3994
link:{ref}/data-streams.html[Documentation] +
@@ -3992,6 +3997,10 @@ link:{ref}/data-streams.html[Documentation] +
3992
3997
|`name`
3993
3998
|`string \| string[]` - A comma-separated list of data streams to delete; use `*` to delete all data streams
3994
3999
4000
+ |`expand_wildcards` or `expandWildcards`
4001
+ |`'open' \| 'closed' \| 'hidden' \| 'none' \| 'all'` - Whether wildcard expressions should get expanded to open or closed indices (default: open) +
4002
+ _Default:_ `open`
4003
+
3995
4004
|===
3996
4005
3997
4006
[discrete]
@@ -4432,7 +4441,8 @@ _Default:_ `all`
4432
4441
[source,ts]
4433
4442
----
4434
4443
client.indices.getDataStream({
4435
- name: string | string[]
4444
+ name: string | string[],
4445
+ expand_wildcards: 'open' | 'closed' | 'hidden' | 'none' | 'all'
4436
4446
})
4437
4447
----
4438
4448
link:{ref}/data-streams.html[Documentation] +
@@ -4441,6 +4451,10 @@ link:{ref}/data-streams.html[Documentation] +
4441
4451
|`name`
4442
4452
|`string \| string[]` - A comma-separated list of data streams to get; use `*` to get all data streams
4443
4453
4454
+ |`expand_wildcards` or `expandWildcards`
4455
+ |`'open' \| 'closed' \| 'hidden' \| 'none' \| 'all'` - Whether wildcard expressions should get expanded to open or closed indices (default: open) +
4456
+ _Default:_ `open`
4457
+
4444
4458
|===
4445
4459
4446
4460
[discrete]
@@ -5904,7 +5918,7 @@ link:{ref}/ml-delete-calendar-job.html[Documentation] +
5904
5918
5905
5919
[discrete]
5906
5920
=== ml.deleteDataFrameAnalytics
5907
- *Stability:* experimental
5921
+ *Stability:* beta
5908
5922
[source,ts]
5909
5923
----
5910
5924
client.ml.deleteDataFrameAnalytics({
@@ -6072,7 +6086,7 @@ link:{ref}/ml-delete-snapshot.html[Documentation] +
6072
6086
6073
6087
[discrete]
6074
6088
=== ml.deleteTrainedModel
6075
- *Stability:* experimental
6089
+ *Stability:* beta
6076
6090
[source,ts]
6077
6091
----
6078
6092
client.ml.deleteTrainedModel({
@@ -6106,7 +6120,7 @@ link:{ref}/ml-apis.html[Documentation] +
6106
6120
6107
6121
[discrete]
6108
6122
=== ml.evaluateDataFrame
6109
- *Stability:* experimental
6123
+ *Stability:* beta
6110
6124
[source,ts]
6111
6125
----
6112
6126
client.ml.evaluateDataFrame({
@@ -6123,7 +6137,7 @@ link:{ref}/evaluate-dfanalytics.html[Documentation] +
6123
6137
6124
6138
[discrete]
6125
6139
=== ml.explainDataFrameAnalytics
6126
- *Stability:* experimental
6140
+ *Stability:* beta
6127
6141
[source,ts]
6128
6142
----
6129
6143
client.ml.explainDataFrameAnalytics({
@@ -6454,7 +6468,7 @@ link:{ref}/ml-get-category.html[Documentation] +
6454
6468
6455
6469
[discrete]
6456
6470
=== ml.getDataFrameAnalytics
6457
- *Stability:* experimental
6471
+ *Stability:* beta
6458
6472
[source,ts]
6459
6473
----
6460
6474
client.ml.getDataFrameAnalytics({
@@ -6489,7 +6503,7 @@ _Default:_ `100`
6489
6503
6490
6504
[discrete]
6491
6505
=== ml.getDataFrameAnalyticsStats
6492
- *Stability:* experimental
6506
+ *Stability:* beta
6493
6507
[source,ts]
6494
6508
----
6495
6509
client.ml.getDataFrameAnalyticsStats({
@@ -6875,7 +6889,7 @@ link:{ref}/ml-get-record.html[Documentation] +
6875
6889
6876
6890
[discrete]
6877
6891
=== ml.getTrainedModels
6878
- *Stability:* experimental
6892
+ *Stability:* beta
6879
6893
[source,ts]
6880
6894
----
6881
6895
client.ml.getTrainedModels({
@@ -6929,7 +6943,7 @@ _Default:_ `100`
6929
6943
6930
6944
[discrete]
6931
6945
=== ml.getTrainedModelsStats
6932
- *Stability:* experimental
6946
+ *Stability:* beta
6933
6947
[source,ts]
6934
6948
----
6935
6949
client.ml.getTrainedModelsStats({
@@ -7096,7 +7110,7 @@ link:{ref}/ml-put-calendar-job.html[Documentation] +
7096
7110
7097
7111
[discrete]
7098
7112
=== ml.putDataFrameAnalytics
7099
- *Stability:* experimental
7113
+ *Stability:* beta
7100
7114
[source,ts]
7101
7115
----
7102
7116
client.ml.putDataFrameAnalytics({
@@ -7196,7 +7210,7 @@ link:{ref}/ml-put-job.html[Documentation] +
7196
7210
7197
7211
[discrete]
7198
7212
=== ml.putTrainedModel
7199
- *Stability:* experimental
7213
+ *Stability:* beta
7200
7214
[source,ts]
7201
7215
----
7202
7216
client.ml.putTrainedModel({
@@ -7267,7 +7281,7 @@ link:{ref}/ml-set-upgrade-mode.html[Documentation] +
7267
7281
7268
7282
[discrete]
7269
7283
=== ml.startDataFrameAnalytics
7270
- *Stability:* experimental
7284
+ *Stability:* beta
7271
7285
[source,ts]
7272
7286
----
7273
7287
client.ml.startDataFrameAnalytics({
@@ -7325,7 +7339,7 @@ link:{ref}/ml-start-datafeed.html[Documentation] +
7325
7339
7326
7340
[discrete]
7327
7341
=== ml.stopDataFrameAnalytics
7328
- *Stability:* experimental
7342
+ *Stability:* beta
7329
7343
[source,ts]
7330
7344
----
7331
7345
client.ml.stopDataFrameAnalytics({
@@ -7397,7 +7411,7 @@ WARNING: This parameter has been deprecated.
7397
7411
7398
7412
[discrete]
7399
7413
=== ml.updateDataFrameAnalytics
7400
- *Stability:* experimental
7414
+ *Stability:* beta
7401
7415
[source,ts]
7402
7416
----
7403
7417
client.ml.updateDataFrameAnalytics({
0 commit comments