Documentation Index
Fetch the complete documentation index at: https://docs.bronto.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Bronto supports several methods for ingesting data from AWS environments. The right choice depends on where your logs originate, whether you need trace data, your infrastructure preferences, and cost constraints. Before choosing a method, familiarise yourself with Bronto’s two endpoint types — the base endpoint accepts any format while the OTLP endpoints require protobuf via an agent. See Ingestion Endpoints for the full reference.Ingestion Methods
Bronto supports the following AWS ingestion methods:- S3 Log Forwarder — Lambda subscribes to S3 events and forwards new log objects.
- CloudWatch Log Forwarder — Lambda subscribes to CloudWatch log groups and streams events.
- ECS FireLens — Fluent Bit sidecar in your ECS task definitions; no Lambda required.
- Fluent Bit on EKS — Fluent Bit DaemonSet that collects container logs from every EKS node.
- ADOT — ECS / EKS — AWS-managed OpenTelemetry Collector distribution for ECS and EKS workloads.
- ADOT Lambda Layer — OpenTelemetry instrumentation layer for AWS Lambda functions.
- Self-Managed OTel Collector — Your own OpenTelemetry Collector deployment for full control.
- EventBridge API Destinations — Native EventBridge rule that POSTs events directly to Bronto.
- AWS Kinesis Firehose (Preview) — Direct delivery from a Kinesis Firehose stream.

