Aleksandr Maus
|
a7bdb0b456
|
EQL: Add integration tests harness to test EQL feature parity with original implementation (#52248) (#52675)
The tests use the original test queries from
https://github.com/endgameinc/eql/blob/master/eql/etc/test_queries.toml
for EQL implementation correctness validation.
The file test_queries_unsupported.toml serves as a "blacklist" for the
queries that we do not support. Currently all of the queries are
blacklisted. Over the time the expectation is to eventually have an
empty "blacklist" when all of the queries are fully supported.
The tests use the original test vector from
https://raw.githubusercontent.com/endgameinc/eql/master/eql/etc/test_data.json.
Only one EQL and the response is stubbed for now to match the expected
output from that query. This part would need some tweaking after EQL is
fully wired.
Related to https://github.com/elastic/elasticsearch/issues/49581
|
2020-02-24 12:46:59 -05:00 |
Aleksandr Maus
|
d4f6f38150
|
EQL: Fix #51541: [CI] unknown setting [xpack.eql.enabled] in release-tests (#51699) (#51770)
Fixes #51541
Co-authored-by: Igor Motov <igor@motovs.org>
|
2020-01-31 15:14:27 -05:00 |
Aleksandr Maus
|
d8f1735e39
|
Add xpack.eql.enabled feature flag, disabled by default. Enabled only for integration tests. (#51370)
Related to https://github.com/elastic/elasticsearch/issues/49581
|
2020-01-27 15:15:22 -05:00 |
Aleksandr Maus
|
79875ce4d9
|
Initial EQL rest API implementation (#49768)
|
2020-01-27 15:11:41 -05:00 |