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.0] [DOCS] Removes frozen indices limitation item from anomaly detection docs (backport #2828) #2845

Closed
wants to merge 7 commits into from
10 changes: 10 additions & 0 deletions docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
szabosteve marked this conversation as resolved.
Show resolved Hide resolved

[discrete]
[[ml-frozen-limitations]]
szabosteve marked this conversation as resolved.
Show resolved Hide resolved
Expand All @@ -105,6 +106,15 @@ items of the array.
possible to specify the `ignore_throttled` query parameter for search requests
szabosteve marked this conversation as resolved.
Show resolved Hide resolved
in {dfeeds} or jobs. See
szabosteve marked this conversation as resolved.
Show resolved Hide resolved
{ref}/searching_a_frozen_index.html[Searching a frozen index].
szabosteve marked this conversation as resolved.
Show resolved Hide resolved
=======
[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))
szabosteve marked this conversation as resolved.
Show resolved Hide resolved


[discrete]
Expand Down