Skip to main content
Amazon RDS and Aurora can publish PostgreSQL logs — slow queries, connections, errors, and autovacuum activity — to CloudWatch Log Groups, where they become available for ingestion. CloudWatch Log Forwarder — enable PostgreSQL log exports on the DB instance or cluster (log_statement, log_min_duration_statement, etc.) and the Bronto forwarder Lambda subscribes to the resulting CloudWatch Log Groups and streams events into Bronto.

Alternatives

  • Kinesis Firehose (Preview) — direct delivery for very high-volume environments.
See Ingesting AWS Data into Bronto for the full service-to-method mapping.

References