File tree 2 files changed +7
-6
lines changed 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -235,13 +235,13 @@ Set of matching events or sequences to return.
235
235
.Valid values for `result_position`
236
236
[%collapsible%open]
237
237
====
238
- `head `::
238
+ `tail `::
239
239
(Default)
240
- Return the earliest matches, similar to the {wikipedia}/Head_ (Unix)[Unix head
240
+ Return the most recent matches, similar to the {wikipedia}/Tail_ (Unix)[Unix tail
241
241
command].
242
242
243
- `tail `::
244
- Return the most recent matches, similar to the {wikipedia}/Tail_ (Unix)[Unix tail
243
+ `head `::
244
+ Return the earliest matches, similar to the {wikipedia}/Head_ (Unix)[Unix head
245
245
command].
246
246
====
247
247
+
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ GET /my-index-000001/_eql/search
59
59
----
60
60
// TEST[setup:sec_logs]
61
61
62
- By default, basic EQL queries return the top 10 matching events in the
62
+ By default, basic EQL queries return the 10 most recent matching events in the
63
63
`hits.events` property. These hits are sorted by timestamp, converted to
64
64
milliseconds since the {wikipedia}/Unix_time[Unix epoch], in ascending order.
65
65
@@ -155,7 +155,8 @@ GET /my-index-000001/_eql/search
155
155
----
156
156
// TEST[setup:sec_logs]
157
157
158
- Matching sequences are returned in the `hits.sequences` property.
158
+ The response's `hits.sequences` property contains the 10 most recent matching
159
+ sequences.
159
160
160
161
[source,console-result]
161
162
----
You can’t perform that action at this time.
0 commit comments