Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,22 @@ 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
{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]
Expand Down