[DOCS] Adds data nanos transform limitation (#53826)

This commit is contained in:
Lisa Cawley 2020-03-23 09:48:00 -07:00 committed by lcawl
parent 8b3ef4ac21
commit 5f45780577
2 changed files with 9 additions and 2 deletions

View File

@ -96,6 +96,6 @@ same mapping parameters than with the `date` field can be used.
[[date-nanos-limitations]]
==== Limitations
Aggregations are still on millisecond resolution, even when using a
`date_nanos` field.
Aggregations are still on millisecond resolution, even when using a `date_nanos`
field. This limitation also affects <<transforms,{transforms}>>.

View File

@ -206,3 +206,10 @@ this entity will not be updated.
If using a `sync.time.field` that represents the data ingest time and using a
zero second or very small `sync.time.delay`, then it is more likely that this
issue will occur.
[[transform-date-nanos]]
==== Support for date nanoseconds data type
If your data uses the <<date_nanos,date nanosecond data type>>, aggregations
are nonetheless on millisecond resolution. This limitation also affects the
aggregations in your {transforms}.