File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main/resources Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -2848,6 +2848,8 @@ multiIndexIpStringInlinestats_Inline4
28482848required_capability: inlinestats_v11
28492849
28502850FROM sample_data, sample_data_str
2851+ | SORT @timestamp
2852+ | LIMIT 1000
28512853| INLINESTATS count=count(*) BY client_ip::ip
28522854| LIMIT 5
28532855| INLINESTATS mc=count(count) BY count
@@ -2856,11 +2858,11 @@ FROM sample_data, sample_data_str
28562858;
28572859
28582860mc:l | count:l | event_duration:l
2859- 4 |8 |725448
2860- 4 |8 |1756467
2861- 4 |8 |5033755
2862- 4 |8 |8268153
2863- 1 |2 |1232382
2861+ 5 |2 |1232382
2862+ 5 |2 |2764889
2863+ 5 |2 |2764889
2864+ 5 |2 |3450233
2865+ 5 |2 |3450233
28642866;
28652867
28662868multiIndexWhereIpStringInlinestats
You can’t perform that action at this time.
0 commit comments