Skip to content

Commit

Permalink
[DOCS] Adds ML limitation for date_nanos (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jan 22, 2020
1 parent 8f04933 commit 79809e8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/en/stack/ml/anomaly-detection/limitations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,13 @@ 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-limitations-nanos]]
=== Date nanoseconds data types are not supported
// https://github.com/elastic/elasticsearch/issues/49889

When you create an {anomaly-job}, you cannot use a field with the
{ref}/date_nanos.html[`date_nanos` data type] as the `time_field` in the
`data_description` object. This limitation applies irrespective of whether you
create jobs in {kib} or by using APIs.

0 comments on commit 79809e8

Please sign in to comment.