Technical questionAccepted answer
Google Cloud Platform Logging: How to search wildcard strings in all logs
basickarl
Apr 19
0 views1
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.
1 answer
Accepted answer · original discussion
guillaume blaquiere
PermalinkApr 19
Use regex instead: text=~".*MY_STRING_TO_SEARCH_FOR.*"
0 question comments
Use comments to ask for clarification. Post a solution as an answer.
No question comments on this page.