EQL: Introduce in~ (case-insensitive in) #68172
Labels
:Analytics/EQL
EQL querying
>enhancement
Team:QL (Deprecated)
Meta label for query languages team
v7.12.0
v8.0.0-alpha1
Introduce
in~
to indicate a case insensitive operation.For example:
will match name against
explorer.exe
regardless of case.will match name against
explorer*
verbatim.The text was updated successfully, but these errors were encountered: