Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update description of mandatory timestamp field #94983

Open
wants to merge 1 commit into
base: 8.7
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/reference/eql/eql.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ describe activity that goes beyond IOCs.

With the exception of sample queries, EQL searches require that the searched
data stream or index contains a _timestamp_ field. By default, EQL uses the
`@timestamp` field from the {ecs-ref}[Elastic Common Schema (ECS)].
`@timestamp` field from the {ecs-ref}[Elastic Common Schema (ECS)].
In addition, the `@timestamp` field must have milliseconds granularity, hence
be mapped as `epoch_millis` or similar.

EQL searches also require an _event category_ field, unless you use the
<<eql-syntax-match-any-event-category,`any` keyword>> to search for documents
Expand Down