-
Notifications
You must be signed in to change notification settings - Fork 25.2k
EQL: consistent naming for event type vs event category #53073
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
Conversation
Pinging @elastic/es-search (:Search/EQL) |
Excited about these changes. I'll work on syncing up the existing docs to match the new field name + defaults. Thanks @aleksmaus. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@elasticmachine run elasticsearch-ci/default-distro |
Updates the documented default `event_category_field` and `timestamp_field` values for the EQL search API. Also updates related guidance in the EQL requirement docs. Relates to #53073.
Updates the documented default `event_category_field` and `timestamp_field` values for the EQL search API. Also updates related guidance in the EQL requirement docs. Relates to #53073.
* [DOCS] Document `any` keyword in EQL syntax Adds documentation for the `any` keyword to the EQL syntax docs. Includes: * Definition of an event type and its relationship to the event type field. * Example matching all event types using `any` keyword * Example matching event types beginning with a digit * Example using `any` with `where true` * Remove references to `event_type_field` default * Reuse "Events starting with digits" section * Updates for #53073
Related to #52941