Overview
Thecreate_alert_grouping_setting tool creates a new alert grouping setting that defines how alerts should be automatically grouped into incidents for specific services.
Parameters
A short-form name for labeling the alert grouping setting.Example:
"Production API Grouping"A description providing more information about the alert grouping setting.Example:
"Groups API alerts by component and severity"The type of alert grouping configuration. Must be one of:
content_based- Group by matching field valuescontent_based_intelligent- Intelligent grouping with field matchingintelligent- AI-powered intelligent groupingtime- Group alerts within a time window
"content_based"The configuration for the alert grouping setting. Structure varies by type.
Array of service references that this alert grouping setting applies to. Note:
content_based_intelligent type allows only one service.Example:Response
Returns the created alert grouping setting object with all fields including generated ID and timestamps.The unique identifier of the newly created alert grouping setting
The type of alert grouping configuration
The name of the alert grouping setting
The description of the alert grouping setting
The configuration for the alert grouping setting
Array of service references
The ISO8601 date/time when the setting was created
The ISO8601 date/time when the setting was last updated
Example Usage
Use Cases
- Reduce alert noise - Group related alerts into single incidents
- Standardize grouping - Apply consistent grouping rules across services
- Service-specific rules - Customize grouping for different service types
- Optimize response - Ensure responders see related alerts together
- Test grouping strategies - Try different configurations to find optimal settings
Configuration Examples
Content-Based Grouping
Time-Based Grouping
Intelligent Grouping
Important Notes
Related Tools
- List Alert Grouping Settings - View all settings
- Get Alert Grouping Setting - View setting details
- Update Alert Grouping Setting - Modify a setting
- Delete Alert Grouping Setting - Remove a setting