get_rule_alert_metrics
Retrieve alert metrics grouped by detection rules for all alert types within a specified time period. Analyze trends, identify hotspots, and monitor alert activity using filtered data aggregation and detailed time intervals.
Instructions
Gets alert metrics grouped by detection rule for ALL alert types, including alerts, detection errors, and system errors within a given time period. Use this tool to identify hot spots in alerts and use list_alerts for specific alert details.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
from_date | No | The start date of the metrics period. | |
interval_in_minutes | No | Intervals for aggregating data points. Smaller intervals provide more granular detail of when events occurred, while larger intervals show broader trends but obscure the precise timing of incidents. | |
rule_ids | No | A valid JSON list of Panther rule IDs to get metrics for | |
to_date | No | The end date of the metrics period. |