-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EQL: Support for multi-value fields #54970
Labels
Comments
Pinging @elastic/es-ql (:Query Languages/EQL) |
This was referenced Apr 9, 2020
14 tasks
jrodewig
changed the title
EQL: Support for array values
EQL: Support for multi-value fields
May 14, 2020
This was referenced May 14, 2020
We now document that multi-fields are not supported: https://www.elastic.co/guide/en/elasticsearch/reference/master/eql-syntax.html#eql-array-fields |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Our support for array values (AKA multi-value fields) in EQL functions is not consistent:
startsWith
andendsWith
functions uses only the first array item.wildcard
function uses only the last array item.Proposal
We should consider not supporting array values in EQL at all, similar to SQL. At the least, this could be documented.
The text was updated successfully, but these errors were encountered: