Skip to content

Commit

Permalink
[DOCS] Adds ML limitation for frozen indices (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Feb 19, 2020
1 parent e9f9973 commit d2ad9fc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/en/stack/ml/anomaly-detection/limitations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,15 @@ In 6.6 and later releases, the {ref}/ml-get-job.html[get jobs API] and the
jobs. Likewise, the {ref}/ml-get-datafeed.html[get {dfeeds} API] and the
{ref}/ml-get-datafeed-stats.html[get {dfeed} statistics API] return a maximum of
10,000 {dfeeds}.


[float]
[[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].

0 comments on commit d2ad9fc

Please sign in to comment.