Advanced Logs Queries with Google Cloud Logs Viewer
With Google Cloud Logs Viewer you can perform advanced logs queries to search, for example, all Load Balancer requests that returned a status code different from 200 (useful to spot connection errors) or you can search all requests where the URL contains a specific string. The official documentation is here: https://cloud.google.com/logging/docs/view/advanced-queries Available search operators: = […]