Supported regex for troubleshoot

When using troubleshoot to run preflight checks or create support bundles, you’re able to specify additional Analyzers.

One such is the RegEx analyzer, which allows to run arbitrary regular expression on the collected output. This is based on the golang regexp package and as such uses the RE2 syntax.

Details about what is supported can be found on the Syntax page.