Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.15] [DOCS] Removes frozen indices limitation item from anomaly detection docs (backport #2828) #2830

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Changes from all 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
12 changes: 0 additions & 12 deletions docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,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}
Expand Down