From 29d3aec08a1c7929b308fc70a50637ffc601e9f0 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/3] [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 7b78a4384c79e8a03b21c1069f0123bfc872d465 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:16:08 +0200 Subject: [PATCH 2/3] 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 ff4cf3e1f..1d92292aa 100644 --- a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc @@ -106,15 +106,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 ba12b4618b184fb9befe68dfe2829a96066b6746 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:16:25 +0200 Subject: [PATCH 3/3] 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 1d92292aa..2c8eef758 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 [discrete] [[ml-frozen-limitations]]