Skip to content

Commit 6e671e4

Browse files
authored
[DOCS] Adds deprecated allow_no_jobs and allow_no_datafeeds ML API properties (#80163) (#80219)
1 parent c8004f0 commit 6e671e4

9 files changed

+28
-1
lines changed

docs/reference/cat/anomaly-detectors.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=job-id-anomaly-detection]
4040
[[cat-anomaly-detectors-query-params]]
4141
==== {api-query-parms-title}
4242

43+
`allow_no_jobs`::
44+
(Optional, Boolean) deprecated:[7.10,Use `allow_no_match` instead.]
45+
4346
`allow_no_match`::
4447
(Optional, Boolean)
4548
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=allow-no-jobs]

docs/reference/cat/datafeeds.asciidoc

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Returns configuration and usage information about {dfeeds}.
2929
{dfeeds-cap} retrieve data from {es} for analysis by {anomaly-jobs}. For more
3030
information, see {ml-docs}/ml-dfeeds.html[{dfeeds-cap}].
3131

32-
NOTE: This API returns a maximum of 10,000 jobs.
32+
NOTE: This API returns a maximum of 10,000 {dfeeds}.
3333

3434
[[cat-datafeeds-path-params]]
3535
==== {api-path-parms-title}
@@ -41,6 +41,9 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=datafeed-id]
4141
[[cat-datafeeds-query-params]]
4242
==== {api-query-parms-title}
4343

44+
`allow_no_datafeeds`::
45+
(Optional, Boolean) deprecated:[7.10,Use `allow_no_match` instead.]
46+
4447
`allow_no_match`::
4548
(Optional, Boolean)
4649
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=allow-no-datafeeds]

docs/reference/ml/anomaly-detection/apis/close-job.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=job-id-anomaly-detection-wildca
6565
[[ml-close-job-query-parms]]
6666
== {api-query-parms-title}
6767

68+
`allow_no_jobs`::
69+
(Optional, Boolean) deprecated:[7.10,Use `allow_no_match` instead.]
70+
6871
`allow_no_match`::
6972
(Optional, Boolean)
7073
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=allow-no-jobs]

docs/reference/ml/anomaly-detection/apis/get-datafeed-stats.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ all {dfeeds}.
5555
[[ml-get-datafeed-stats-query-parms]]
5656
== {api-query-parms-title}
5757

58+
`allow_no_datafeeds`::
59+
(Optional, Boolean) deprecated:[7.10,Use `allow_no_match` instead.]
60+
5861
`allow_no_match`::
5962
(Optional, Boolean)
6063
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=allow-no-datafeeds]

docs/reference/ml/anomaly-detection/apis/get-datafeed.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ all {dfeeds}.
5252
[[ml-get-datafeed-query-parms]]
5353
== {api-query-parms-title}
5454

55+
`allow_no_datafeeds`::
56+
(Optional, Boolean) deprecated:[7.10,Use `allow_no_match` instead.]
57+
5558
`allow_no_match`::
5659
(Optional, Boolean)
5760
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=allow-no-datafeeds]

docs/reference/ml/anomaly-detection/apis/get-job-stats.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=job-id-anomaly-detection-defaul
4545
[[ml-get-job-stats-query-parms]]
4646
== {api-query-parms-title}
4747

48+
`allow_no_jobs`::
49+
(Optional, Boolean) deprecated:[7.10,Use `allow_no_match` instead.]
50+
4851
`allow_no_match`::
4952
(Optional, Boolean)
5053
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=allow-no-jobs]

docs/reference/ml/anomaly-detection/apis/get-job.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=job-id-anomaly-detection-defaul
4545
[[ml-get-job-query-parms]]
4646
== {api-query-parms-title}
4747

48+
`allow_no_jobs`::
49+
(Optional, Boolean) deprecated:[7.10,Use `allow_no_match` instead.]
50+
4851
`allow_no_match`::
4952
(Optional, Boolean)
5053
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=allow-no-jobs]

docs/reference/ml/anomaly-detection/apis/get-overall-buckets.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=job-id-anomaly-detection-wildca
5858
[[ml-get-overall-buckets-request-body]]
5959
== {api-request-body-title}
6060

61+
`allow_no_jobs`::
62+
(Optional, Boolean) deprecated:[7.10,Use `allow_no_match` instead.]
63+
6164
`allow_no_match`::
6265
(Optional, Boolean)
6366
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=allow-no-jobs]

docs/reference/ml/anomaly-detection/apis/stop-datafeed.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=datafeed-id-wildcard]
4545
[[ml-stop-datafeed-query-parms]]
4646
== {api-query-parms-title}
4747

48+
`allow_no_datafeeds`::
49+
(Optional, Boolean) deprecated:[7.10,Use `allow_no_match` instead.]
50+
4851
`allow_no_match`::
4952
(Optional, Boolean)
5053
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=allow-no-datafeeds]

0 commit comments

Comments
 (0)