Skip to content

Commit

Permalink
[DOCS] Removes frozen indices limitation item from anomaly detection …
Browse files Browse the repository at this point in the history
…docs. (#2828)

(cherry picked from commit 04632d2)

# Conflicts:
#	docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc
  • Loading branch information
szabosteve authored and mergify[bot] committed Oct 10, 2024
1 parent 8f1fbdb commit 3e57a4c
Showing 1 changed file with 10 additions and 0 deletions.
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

[discrete]
[[ml-frozen-limitations]]
Expand All @@ -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]
Expand Down

0 comments on commit 3e57a4c

Please sign in to comment.