File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main/resources Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -132,10 +132,11 @@ first_text_by_system
132132required_capability: agg_first_last_string
133133FROM logs
134134| STATS message = FIRST(message, @timestamp) BY system
135+ | SORT system ASC
135136;
136137
137138message:keyword | system:keyword
138- Pinging 192.168.86.046 | ping
139139Running cats (cycle 1) | cron
140140Doing java stuff for 192.168.86.038 | java
141+ Pinging 192.168.86.046 | ping
141142;
Original file line number Diff line number Diff line change @@ -132,10 +132,11 @@ last_text_by_system
132132required_capability: agg_first_last_string
133133FROM logs
134134| STATS message = LAST(message, @timestamp) BY system
135+ | SORT system ASC
135136;
136137
137138message:keyword | system:keyword
138- No response | ping
139139Running cats (cycle 3) | cron
140140More java stuff | java
141+ No response | ping
141142;
You can’t perform that action at this time.
0 commit comments