Skip to content

Commit

Permalink
add missing capabilities checks
Browse files Browse the repository at this point in the history
  • Loading branch information
not-napoleon committed Nov 19, 2024
1 parent 5124aef commit 1b40827
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 1b40827

Please sign in to comment.