You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the Filter option does wildcard matching so even if you are trying to extract out just EID 1 events with a filter like -F EventID:1, it will output all events with an ID with 1 in it so I want to change this to an exact match filter.
Also, it would be nice to support wildcard * characters so that if a user wanted to filter on something like -F EventID:"*1*" they could.
The text was updated successfully, but these errors were encountered:
Right now the
Filter
option does wildcard matching so even if you are trying to extract out just EID 1 events with a filter like-F EventID:1
, it will output all events with an ID with1
in it so I want to change this to an exact match filter.Also, it would be nice to support wildcard
*
characters so that if a user wanted to filter on something like-F EventID:"*1*"
they could.The text was updated successfully, but these errors were encountered: