Browse Source

[DOCS] Add query parameters to update datafeed API (#80777)

Lisa Cawley 3 years ago
parent
commit
d6f48dc5bd
1 changed files with 20 additions and 0 deletions
  1. 20 0
      docs/reference/ml/anomaly-detection/apis/update-datafeed.asciidoc

+ 20 - 0
docs/reference/ml/anomaly-detection/apis/update-datafeed.asciidoc

@@ -41,6 +41,26 @@ credentials are used instead.
 (Required, string)
 (Required, string)
 include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=datafeed-id]
 include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=datafeed-id]
 
 
+[[ml-update-datafeed-query-params]]
+== {api-query-parms-title}
+
+`allow_no_indices`::
+(Optional, Boolean) If `true`, wildcard indices expressions that resolve into no
+concrete indices are ignored. This includes the `_all` string or when no indices
+are specified. Defaults to `true`.
+
+include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=expand-wildcards]
++
+Defaults to `open`.
+
+include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=ignore_throttled]
++
+deprecated:[7.16.0]
+
+`ignore_unavailable`::
+(Optional, Boolean) If `true`, unavailable indices (missing or closed) are
+ignored. Defaults to `false`.
+
 [role="child_attributes"]
 [role="child_attributes"]
 [[ml-update-datafeed-request-body]]
 [[ml-update-datafeed-request-body]]
 == {api-request-body-title}
 == {api-request-body-title}