OpenSearch/x-pack/plugin/eql
Costin Leau 3e32d060bf EQL: Fix bug in skipping window (#59196)
Corrected condition that caused a sequence window to be skipped when a query
returns no results by checking not just the current stage but also following
ones as they can match with in-flight sequences.
Improve logging
Fix NPE when emptying a SequenceGroup
Increase randomization in testing
Make maxspan inclusive (up to and equal to value vs just up to)

(cherry picked from commit ad32c488688cb350c2934dfca03af86045e997b0)
2020-07-08 14:36:39 +03:00
..
qa EQL: Fix bug in skipping window (#59196) 2020-07-08 14:36:39 +03:00
src EQL: Fix bug in skipping window (#59196) 2020-07-08 14:36:39 +03:00
build.gradle EQL: Integrate TOML tests for function folding (#58748) (#58812) 2020-07-01 13:50:54 +03:00