Hello, when creating a Log Sink to route logs, is it possible to use wildcards or regex for the filters? I would like to route logs based on the logname. However, I saw now that the logname contains the severity level of the log message, e.g. filter: logName:"projects/xyz/logs/sp.info.settlement-processor" OR logName:"projects/xyz/logs/sp.warning.settlement-processor" OR logName:"projects/xyz/logs/sp.notice.settlement-processor" OR logName:"projects/xyz/logs/sp.error.settlement-processor" OR logName:"projects/xyz/logs/sp.debug.settlement-processor"
Any ideas?
Cheers,
Reik
Solved! Go to Solution.
Howdy Reik,
I think this sounds exactly what you are looking for:
Howdy Reik,
I think this sounds exactly what you are looking for:
Thanks @kolban exactly what I was hoping for.