-
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
QL: Wildcard support #59753
Comments
Pinging @elastic/es-ql (:Query Languages/SQL) |
Pinging @elastic/es-ql (:Query Languages/EQL) |
Handling query translation differently either in SQL or EQL is not needed for two reasons:
The
For SQL in particular, the use of a |
Regarding testing, for EQL these have been improved with #62166. |
Note: since this field type has better performance in certain cases, I think ECS should update the schema for those relevant fields that could take advantage of the |
Now that wildcard support has landed in Elasticsearch, QL (EQL and SQL) should take advantage of it. This means:
The text was updated successfully, but these errors were encountered: