get_severity_alert_metrics
Analyze alert metrics by severity across rule and policy types within a specified time period. Identify alert hotspots, track trends, and group data by 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.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
alert_types | No | The specific Panther alert types to get metrics for. | |
from_date | No | The start date of the metrics period. | |
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. | |
to_date | No | The end date of the metrics period. |