From dfde87e8e713e4617de3c875a19bfbc691bcec70 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:52:06 +0200 Subject: [PATCH] [DOCS] Removes frozen indices limitation item from anomaly detection docs. (#2828) (#2838) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 04632d2f1d1572bce948963a7ea10c99ab07ff7c) Co-authored-by: István Zoltán Szabó --- .../ml/anomaly-detection/ml-limitations.asciidoc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc index d9bd9ddd5..98aa76076 100644 --- a/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc @@ -94,18 +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. - -[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}