Skip to content
Closed
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 @@ -2950,7 +2950,6 @@ multiIndexIpStringInlinestats_Inline4
required_capability: inline_stats

FROM sample_data, sample_data_str
| SORT @timestamp
| LIMIT 1000
| INLINE STATS count=count(*) BY client_ip::ip
| LIMIT 5
Expand All @@ -2959,12 +2958,12 @@ FROM sample_data, sample_data_str
| KEEP mc, count, event_duration
;

mc:l | count:l | event_duration:l
5 |2 |1232382
5 |2 |2764889
5 |2 |2764889
5 |2 |3450233
5 |2 |3450233
mc:long | count:long | event_duration:long
4 | 8 | 725448
4 | 8 | 1756467
4 | 8 | 5033755
4 | 8 | 8268153
1 | 2 | 1232382
;

multiIndexWhereIpStringInlinestats
Expand Down