get_bytes_processed_metrics
Retrieve data ingestion metrics to analyze volume patterns by log type and source, showing total bytes processed within specified time periods.
Instructions
Retrieves data ingestion metrics showing total bytes processed per log type and source, helping analyze data volume patterns.
Returns: Dict: - success: Boolean indicating if the query was successful - bytes_processed: List of series with breakdown by log type and source - total_bytes: Total bytes processed 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 |
|---|---|---|---|
| start_date | No | Optional start date in ISO-8601 format. If provided, defaults to the start of the current day UTC. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||