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 @@ -328,15 +328,15 @@ FROM logs
2023-10-23T13:55:01.546Z| java|More java stuff |null
;

toIpInAgg
toIpInAgg#[skip:-8.12.99,reason:StatsNestedExp introduced in v8.13.0]
ROW s = "1.1.1.1" | STATS COUNT(*) BY ip = TO_IP(s)
;

COUNT(*):long | ip:ip
1 | 1.1.1.1
;

toIpInSort
toIpInSort#[skip:-8.13.99,reason:SortByExpression introduced in 8.14]
ROW s = "1.1.1.1" | SORT TO_IP(s)
;

Expand Down