Skip to content

Commit

Permalink
[DOCS] Note that EQL timestamp field can also be date_nanos
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Jul 15, 2020
1 parent f420018 commit adc520b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/reference/eql/requirements.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A field containing the event classification, such as `process`, `file`, or

Timestamp::
A field containing the date and/or time the event occurred. This is typically
mapped as a <<date,`date`>> field.
mapped as a <<date,`date`>> or <<date_nanos,`date_nanos`>> field.

[NOTE]
====
Expand Down
10 changes: 5 additions & 5 deletions docs/reference/eql/search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@ GET /sec_logs/_eql/search
[[eql-search-specify-event-category-field]]
=== Specify an event category field

The EQL search API uses `event.category` as the required
<<eql-required-fields,event category field>> by default. You can use the
By default, the EQL search API uses `event.category` as the
<<eql-required-fields,event category field>>. You can use the
`event_category_field` parameter to specify another event category field.

.*Example*
Expand All @@ -429,9 +429,9 @@ GET /sec_logs/_eql/search
[[eql-search-specify-timestamp-field]]
=== Specify a timestamp field

The EQL search API uses `@timestamp` as the required <<eql-required-fields,event
timestamp field>> by default. You can use the `timestamp_field` parameter to
specify another timestamp field.
By default, EQL searches use `@timestamp` as the <<eql-required-fields,event
timestamp field>>. You can use the EQL search API's `timestamp_field` parameter
to specify another timestamp field.

.*Example*
[%collapsible]
Expand Down

0 comments on commit adc520b

Please sign in to comment.