Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,8 @@ count:long | @timestamp:date
Multi Index millis to nanos stats
required_capability: union_types
required_capability: union_types_remove_fields
required_capability: to_date_nanos
required_capability: date_trunc_date_nanos

FROM sample_data, sample_data_ts_nanos
| EVAL @timestamp = DATE_TRUNC(1 hour, TO_DATE_NANOS(@timestamp))
Expand Down