gcp creating alerting from logs
To create log based alert in GCP, goto https://console.cloud.google.com/logs/query. Then locate the query window where you can specify different type of query. The language here is LQL (Logging Query language) and you can find more details here.
Once you have enter your query, then in the action drop down see here, you can create an alert.
Follow the prompt and provide name to configure your alert.
Comments