push_to_siem
Send audit log events to your configured SIEM (Splunk HEC or Datadog Logs API) in a batched request. Returns the number of events pushed and the provider used.
Instructions
Push audit log events to the configured SIEM (Splunk HEC or Datadog Logs API).
Sends matching audit rows to the SIEM in a single batched request. Returns the number of events pushed and the provider used. Requires org_admin role and a configured SIEM destination (update_siem_config).
The pull-based export (GET /audit/export?format=cef|leef|json) remains available as an alternative for batch ingestion.
Args: since: ISO 8601 start timestamp (e.g. 2026-06-01T00:00:00Z). Defaults to all history. until: ISO 8601 end timestamp. Defaults to now. action: Filter by action name (e.g. "scale_cluster", "deploy_model"). limit: Maximum number of events to push (default 10 000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| until | No | ||
| action | No |