Regular Expressions 101

Community Patterns

filter Google Cloud monitoring labels

0

Regular Expression
PCRE (PHP <7.3)

/
(?:[\S]+received_bytes_count )(?:true|false) ([\S]+)|(?:[\S]+received_bytes_count )([\S]+) (?:true|false)|(?:[\S]+received_bytes_count )([\S]+)
/
g

Description

useful for filtering data from Gooogle Compute Engine monitoring into grafana

Submitted by NR0Q - 3 years ago