Browse Source

[DOCS] EQL: Update tiebreaker docs for implicit tiebreaker (#72808)

James Rodewig 4 years ago
parent
commit
965baad5c4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/eql/eql.asciidoc

+ 2 - 2
docs/reference/eql/eql.asciidoc

@@ -550,8 +550,8 @@ the events in ascending order. {es} orders events with no
 tiebreaker value after events with a value.
 
 If you don't specify a tiebreaker field or the events also share the same
-tiebreaker value, {es} considers the events concurrent. Concurrent events cannot
-be part of the same sequence and may not be returned in a consistent sort order.
+tiebreaker value, {es} considers the events concurrent and may
+not return them in a consistent sort order.
 
 To specify a tiebreaker field, use the `tiebreaker_field` parameter. If you use
 the {ecs-ref}[ECS], we recommend using `event.sequence` as the tiebreaker field.