Hi, we are a customer of Kiwi Sys Log server and we would like the ability to filter out content by username in the message text field using a wild card. e.g if the username is 12345 we want to filter any username starting with 12. Because "12" could appear in any part of the message text e.g. IP Address etc then we can just say 12*
So we have a string in the log user="12345"
However because the username is in double quotes when trying to create a complex filter it does not like it. I am guessing it might be easier to a regular expression however I can't get an expression to work.
Any ideas?