OpenSearch/x-pack/plugin/sql
Costin Leau 9f1ecd52eb EQL: Introduce support for sequences (#56300)
Initial support for EQL sequences
The current algorithm is focused on correctness and does not contain
any optimization which is left for the future.

The current implementation uses a state machine approach which moves
ascending and runs each query one after the other working on computing
sequences as the data comes in.
For each result, the key and its timestamp are being extracted which are
then used for matching/building a sequence.

(cherry picked from commit 4f3e18c894a1841d333022361ad9d1fdf1477dc3)
2020-05-13 15:42:31 +03:00
..
jdbc SQL: Fix JDBC url pattern in docs and error message (#56612) 2020-05-13 12:13:58 +02:00
qa SQL/EQL: Add support for scalars within LIKE/RLIKE (#56495) (#56674) 2020-05-13 13:40:24 +02:00
sql-action upgrade to Lucene 8.6.0 snapshot (#56661) 2020-05-13 14:25:16 +02:00
sql-cli SQL: relax version lock between server and clients (#56148) (#56223) 2020-05-05 18:27:06 +02:00
sql-client Upgrade to Jackson 2.10.4 (#56188) 2020-05-06 17:20:23 -04:00
sql-proto Upgrade to Jackson 2.10.4 (#56188) 2020-05-06 17:20:23 -04:00
src EQL: Introduce support for sequences (#56300) 2020-05-13 15:42:31 +03:00
build.gradle Migrate remaining ESIntegTestCases to internalClusterTest (#56479) (#56563) 2020-05-11 21:06:04 -07:00