The wildcards seem to only apply to non-string literals and text. I want to match the text on a partial match.
Example:
source: org.*.application-* AND "*.pdf"
The wildcard works with the source param but not instead of my literal. How can I use a wildcard inside a string to get back all that match that contains a log with "XXXXXXXXXXXX.pdf"