Skip to main content
Regular expression syntax and glob syntax are not interchangeable. Chronosphere Observability Platform supports only one of these query matching patterns in supported areas of the product. For example, drop rules support glob syntax, whereas recording rules support regular expression syntax.
Glob patterns specify sets of filenames with wildcard characters. The most common wildcards are *, ?, and [ ... ]. You can negate any pattern by prefixing it with a !.
Observability Platform glob syntax doesn’t support using two asterisks where one of them is in the middle of a string. For example, *k8s*staging isn’t valid.
Table sourced from Wikipedia. For more pattern matching specifics, see the Glob primer.