get_severity_alert_metrics
Analyze alert metrics grouped by severity for rule and policy alerts within a specified time period to identify high-priority issues. Provides total alerts, severity breakdowns, and customizable time intervals for detailed insights.
Instructions
Gets alert metrics grouped by severity for rule and policy alert types within a given time period. Use this tool to identify hot spots in your alerts, and use the list_alerts tool for specific details. Keep in mind that these metrics combine errors and alerts, so there may be inconsistencies from what list_alerts returns.
Returns: Dict: - alerts_per_severity: List of series with breakdown by severity - total_alerts: Total number of alerts in the period - start_date: Start date of the period - end_date: End date of the period - interval_in_minutes: Grouping interval for the metrics
Permissions:{'all_of': ['Read Panther Metrics']}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
alert_types | No | The specific Panther alert types to get metrics for. | |
end_date | No | Optional end date in ISO-8601 format. If provided, defaults to the end of the current day UTC. | |
interval_in_minutes | No | How data points are aggregated over time, with smaller intervals providing more granular detail of when events occurred, while larger intervals show broader trends but obscure the precise timing of incidents. | |
severities | No | The specific Panther alert severities to get metrics for. | |
start_date | No | Optional start date in ISO-8601 format. If provided, defaults to the start of the current day UTC. |