
Hi Markus,
The search doesn’t use Regex, but at least both * and ? should work ( https://docs.logpoint.com/docs/search-query-language/en/latest/Search%20Query%20Language/Simple%20Search.html#wildcards ). So the query string you mention, *JAB?AD0A* should work perfectly fine. Unless there is some other issue going on with special characters etc.?
For more complicated stuff there’s my old friend, the eval process plugin. It’s match comparison function should be able to do anything you like with Regular Expressions - it’s not the easiest to use but powerful. See https://docs.logpoint.com/docs/evaluation-process-plugin/en/latest/Conditional%20and%20Comparison%20functions.html#match for an example.
1 comment