-
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: Implement string function #54465
Comments
Pinging @elastic/es-ql (:Query Languages/EQL) |
I think I don't have the whole picture here and I am missing something obvious, thus my questions below, trying to learn more about this function. What is the main use case for this function? Same question for the second example - |
The The test examples were clearly silly, but still tested the function with uncomplicated examples. Ideally, both functions will be rarely used, and every field transformation is done at index time. But having these functions helps us fill in the gaps when types don't quite match when you need them to. The |
Part of #51556
https://eql.readthedocs.io/en/latest/query-guide/functions.html#string
Probably the most straightforward function in EQL.
Function behavior
Validation requirements:
null behavior:
The text was updated successfully, but these errors were encountered: