Use Case - We're using IoT core with lot of devices. Each device have lot of logs and we want to create an alert for a specific log message. I can create a metric and a metric alert and send notifications to slack, which is working.
But, the notifications are not specific to a device. We want to separate the alerts for each device. Something like, each device have to create a separate incident/alert. Please let me know if this possible in GCP.
Tried creating a new metric for the log message. Created an alert for the metric. The alerts are generating in slack. but the notifications are not device specific. Since we have lot of devices in production it'd be ideal to have separate notification for each device.
We don't want to create too many metrics/alerts by making a 1:1 with devices. Looking for creating 1 metric 1 alert for all the devices.