From abcf78584e73c5f8075cd0bd5c6bb46b98454370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Thu, 10 Oct 2024 18:16:43 +0200 Subject: [PATCH 1/7] [DOCS] Removes frozen indices limitation item from anomaly detection docs. (#2828) (cherry picked from commit 04632d2f1d1572bce948963a7ea10c99ab07ff7c) # Conflicts: # docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc --- .../stack/ml/anomaly-detection/ml-limitations.asciidoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc index 2c8eef758..ff4cf3e1f 100644 --- a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc @@ -94,6 +94,7 @@ Analyzing large arrays results in long strings which may require more system resources. Consider using a query in the {dfeed} that filters on the relevant items of the array. +<<<<<<< HEAD [discrete] [[ml-frozen-limitations]] @@ -105,6 +106,15 @@ items of the array. possible to specify the `ignore_throttled` query parameter for search requests in {dfeeds} or jobs. See {ref}/searching_a_frozen_index.html[Searching a frozen index]. +======= +[discrete] +[[ml-frozen-tier-limitations]] +=== {anomaly-jobs-cap} on frozen tier data cannot be created in {kib} + +You cannot create {anomaly-jobs} on +{ref}/data-tiers.html#frozen-tier[frozen tier] data through the job wizards in +{kib}. If you want to create such jobs, use the APIs instead. +>>>>>>> 04632d2f ([DOCS] Removes frozen indices limitation item from anomaly detection docs. (#2828)) [discrete] From 8df1ae7760ec32dbf12a7701075d2ac40f747a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Fri, 11 Oct 2024 12:21:01 +0200 Subject: [PATCH 2/7] Apply suggestions from code review --- .../ml/anomaly-detection/ml-limitations.asciidoc | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc index ff4cf3e1f..ca0468e8b 100644 --- a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc @@ -96,25 +96,12 @@ items of the array. <<<<<<< HEAD -[discrete] -[[ml-frozen-limitations]] === Frozen indices are not supported {ref}/frozen-indices.html[Frozen indices] cannot be used in {anomaly-jobs} or {dfeeds}. This limitation applies irrespective of whether you create the jobs in {kib} or by using APIs. This limitation exists because it's currently not possible to specify the `ignore_throttled` query parameter for search requests -in {dfeeds} or jobs. See -{ref}/searching_a_frozen_index.html[Searching a frozen index]. -======= -[discrete] -[[ml-frozen-tier-limitations]] -=== {anomaly-jobs-cap} on frozen tier data cannot be created in {kib} - -You cannot create {anomaly-jobs} on -{ref}/data-tiers.html#frozen-tier[frozen tier] data through the job wizards in -{kib}. If you want to create such jobs, use the APIs instead. ->>>>>>> 04632d2f ([DOCS] Removes frozen indices limitation item from anomaly detection docs. (#2828)) [discrete] From 10545b62355157697dd89523b3167e66a2946ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Fri, 11 Oct 2024 12:22:21 +0200 Subject: [PATCH 3/7] Apply suggestions from code review --- docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc index ca0468e8b..5954a745b 100644 --- a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc @@ -96,9 +96,6 @@ items of the array. <<<<<<< HEAD -=== Frozen indices are not supported - -{ref}/frozen-indices.html[Frozen indices] cannot be used in {anomaly-jobs} or {dfeeds}. This limitation applies irrespective of whether you create the jobs in {kib} or by using APIs. This limitation exists because it's currently not possible to specify the `ignore_throttled` query parameter for search requests From d8ef7a47ad7b73b61a85c01074eeeea09e36aebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Fri, 11 Oct 2024 12:23:04 +0200 Subject: [PATCH 4/7] Apply suggestions from code review --- docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc index 5954a745b..2fa45ff1a 100644 --- a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc @@ -97,8 +97,6 @@ items of the array. <<<<<<< HEAD {dfeeds}. This limitation applies irrespective of whether you create the jobs in -{kib} or by using APIs. This limitation exists because it's currently not -possible to specify the `ignore_throttled` query parameter for search requests [discrete] From 410dd314b12ea6c7d6daa36b88cbbbb79410d077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Fri, 11 Oct 2024 12:23:26 +0200 Subject: [PATCH 5/7] Apply suggestions from code review --- docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc index 2fa45ff1a..6617a920a 100644 --- a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc @@ -96,7 +96,6 @@ items of the array. <<<<<<< HEAD -{dfeeds}. This limitation applies irrespective of whether you create the jobs in [discrete] From e74e3eff17967ba63986db94394a1baaa3a14d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Fri, 11 Oct 2024 12:23:38 +0200 Subject: [PATCH 6/7] Update docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc --- docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc index 6617a920a..ae12e09ef 100644 --- a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc @@ -94,7 +94,6 @@ Analyzing large arrays results in long strings which may require more system resources. Consider using a query in the {dfeed} that filters on the relevant items of the array. -<<<<<<< HEAD From f0f625830a73353cf2228b971b11578edf897771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Fri, 11 Oct 2024 12:23:57 +0200 Subject: [PATCH 7/7] Apply suggestions from code review --- docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc index ae12e09ef..9bd3b5e57 100644 --- a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc @@ -95,8 +95,6 @@ resources. Consider using a query in the {dfeed} that filters on the relevant items of the array. - - [discrete] [[ml-forecast-config-limitations]] === Unsupported forecast configurations