mute_resources_by_wildcard
Mute monitor alerts for cloud resources by matching their names with wildcard patterns like 'sqs-' or '-prod'. Optionally filter by service type, project, region, or schedule.
Instructions
Mute monitors for resources using wildcard patterns (e.g., "sqs-", "-prod", "app-*-db")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hide | No | If true, hide events completely. If false, show but mute them. | |
| regions | No | AWS/Azure regions to apply mute rule to (optional) | |
| projects | No | Project IDs to apply mute rule to (optional) | |
| schedule | No | Schedule for when the mute rule is active (optional). If omitted, the rule is always active. | |
| serviceType | No | Filter by service type (optional, e.g., "sqs", "rds", "ec2", "lambda") | |
| resourcePattern | Yes | Wildcard pattern to match resource names/ARNs (e.g., "sqs-*", "*-prod", "app-*-db"). Use * for any characters. |