Wildcards possible with filters? #282
malexe3169
started this conversation in
General
Replies: 1 comment
-
No, not yet. That will be escaped to look for a literal '*'. This is a problem I need to solve. Right now I'm think to use single quotes to avoid any escaping and pass directly through to elasticsearch. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
are wildcards possible with filters?
like src_ip:"192.168.1.*"
Beta Was this translation helpful? Give feedback.
All reactions