From 3e57a4c489f79636ad8288d0730456d21de71095 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 ee2e2a76d2c2f4fa1d814a0c7492042056c0d6e9 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:13:21 +0200 Subject: [PATCH 2/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 ff4cf3e1f..ce3d63e36 100644 --- a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc @@ -94,10 +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]] === Frozen indices are not supported {ref}/frozen-indices.html[Frozen indices] cannot be used in {anomaly-jobs} or From 6eccd53e282ef4106099dc346288738554823d5c 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:13:44 +0200 Subject: [PATCH 3/7] Update docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc --- .../stack/ml/anomaly-detection/ml-limitations.asciidoc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc index ce3d63e36..bba10171a 100644 --- a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc @@ -103,15 +103,6 @@ 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 0fc54fff1893c7c5bc4105b99b74684747b22d75 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:14:07 +0200 Subject: [PATCH 4/7] Update docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc --- 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 bba10171a..46fc0cda8 100644 --- a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc @@ -95,9 +95,6 @@ resources. Consider using a query in the {dfeed} that filters on the relevant items of the array. -=== 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 34fe3d7d5743549590a71d506d7d0e01bb6530f6 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:14:29 +0200 Subject: [PATCH 5/7] Update docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc --- 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 46fc0cda8..6a0b593cb 100644 --- a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc @@ -95,9 +95,6 @@ resources. Consider using a query in the {dfeed} that filters on the relevant items of the array. -{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]. From c12f2e22ee0632804b154a6086f61e0df13b0b68 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:14:48 +0200 Subject: [PATCH 6/7] Update docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc --- 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 6a0b593cb..ae12e09ef 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. -in {dfeeds} or jobs. See -{ref}/searching_a_frozen_index.html[Searching a frozen index]. [discrete] From fc65aa3fe617d4ca91b165f26a4c651ab77b1b2a 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:15:13 +0200 Subject: [PATCH 7/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 ae12e09ef..62f4dd594 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. - [discrete] [[ml-forecast-config-limitations]] === Unsupported forecast configurations