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 @@ -317,15 +317,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]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This relies on #104387 added in 8.13

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]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This relies on #107158 added in 8.14

ROW s = "1.1.1.1" | SORT TO_IP(s)
;

Expand Down