mirror of
https://github.com/alerta/alerta.git
synced 2025-01-24 17:29:39 +00:00
10 lines
228 B
YAML
10 lines
228 B
YAML
# Assign a service to EC2 alerts based on cluster tag
|
|
- match:
|
|
service: [ EC2 ]
|
|
parser: Ec2ServiceLookup
|
|
|
|
# Assign a service to RiffRaff alerts based on resource
|
|
- match:
|
|
group: Deploys
|
|
parser: DeploysServiceLookup
|
|
|