-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
EQL: Tie breaker response and ECS mapping #56824
Labels
Comments
Pinging @elastic/es-ql (:Query Languages/EQL) |
elasticmachine
added
the
Team:QL (Deprecated)
Meta label for query languages team
label
May 15, 2020
Pinging @tsg for awareness. |
costin
added a commit
to costin/elasticsearch
that referenced
this issue
Jun 7, 2020
Allow a field inside the data to be used as a tie breaker for events that have the same timestamp. The default points to event.sequence (based on ECS) which for the moment, needs to exist in the schema. If used, the tie-breaker always requires a non-null value since it is used inside `search_after` which requires a non-null value. Fix elastic#56824
costin
added a commit
that referenced
this issue
Jun 9, 2020
Allow a field inside the data to be used as a tie breaker for events that have the same timestamp. The field is optional by default. If used, the tie-breaker always requires a non-null value since it is used inside `search_after` which requires a non-null value. Fix #56824
costin
added a commit
that referenced
this issue
Jun 9, 2020
Allow a field inside the data to be used as a tie breaker for events that have the same timestamp. The field is optional by default. If used, the tie-breaker always requires a non-null value since it is used inside `search_after` which requires a non-null value. Fix #56824 (cherry picked from commit e5719ec)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
In EQL for events that have the same timestamp there needs to be user defined tie breaker.
In particular this means that:
tie_breaker
. Any other suggestions?Maybeevent.id
?event.sequence
The text was updated successfully, but these errors were encountered: