Aleksandr Maus
|
eb1ed2a35f
|
Compilation fixes for 7.x
|
2020-01-27 16:23:36 -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 |
Costin Leau
|
d049de5b72
|
EQL: import QL into EQL (#50904)
Link QL into the new build file
Remove duplicate classes and use the new ql package
Update Exception hierarchy on top of QlException
|
2020-01-27 15:13:22 -05:00 |
Igor Motov
|
c184411456
|
EQL: Replace EqlSearchResponse.Hits parser with ObjectParser (#50925)
Replaces the existing hand-build Hits parser with a
ConstructingObjectParser version.
Relates to #49581
|
2020-01-27 15:13:09 -05:00 |
Igor Motov
|
88cc30c0d8
|
EQL: Remove list classes from EqlSearchResponse (#50870)
Removes unnecessary classes from EqlSearchResponse that just represent
lists of other elements.
Relates to #49581
|
2020-01-27 15:13:00 -05:00 |
Aleksandr Maus
|
d715176c00
|
Add more Eql REST API validation integration tests, clean up request implementation (#50822)
|
2020-01-27 15:12:48 -05:00 |
Igor Motov
|
628083183f
|
EQL: Make EqlSearchResponse immutable (#50810)
Refactors EqlSearchResponse to make it immutable
Relates to #49581
|
2020-01-27 15:12:07 -05:00 |
Aleksandr Maus
|
31d2d01e25
|
Correct search_after handling (#50629)
|
2020-01-27 15:11:51 -05:00 |
Aleksandr Maus
|
79875ce4d9
|
Initial EQL rest API implementation (#49768)
|
2020-01-27 15:11:41 -05:00 |
Costin Leau
|
10a16d15d1
|
Add draft EQL grammar and expression tree
|
2020-01-27 15:11:18 -05:00 |