How does one do a simple wildcard search in all the logs? I hate GCP's query language and their documentation is just confusing.
I tried:
text:*MY_STRING_TO_SEARCH_FOR*
Doesn't work.
Use regex instead: text=~".*MY_STRING_TO_SEARCH_FOR.*"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With