Dynatrace · Arazzo Workflow
Dynatrace Export Logs for SIEM Forwarding
Version 1.0.0
Aggregate logs to size the export, then bulk-export the matching records page by page.
View Spec
View on GitHub
AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservabilityArazzoWorkflows
Provider
Workflows
export-logs-for-siem
Size a log export with aggregation, then bulk-export the records.
Aggregates the matching logs to estimate volume, then exports the first page of records and returns the slice cursor for continued retrieval.
1
sizeExport
aggregateLogs
Aggregate the matching logs grouped by the supplied fields to estimate the volume that the export will produce.
2
exportRecords
exportLogs
Export the first page of matching log records using the slice-based bulk export endpoint, returning the cursor for continued pagination.