> ## 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.

# Ingest Data into Bronto

> Choose how to get your logs, metrics, and traces into Bronto — agents, cloud providers, CDNs, applications, infrastructure, databases, and OpenTelemetry.

## Overview

Bronto ingests logs, metrics, and traces from almost any source. Pick the section below that matches where your data lives — each one walks through the available methods and the configuration steps to get data flowing.

<Tip>
  New to Bronto? Start with the [Quick Ingestion](/getting-started/quick-ingestion) guide for the fastest path to sending your first events, and keep the [Bronto Endpoints](/getting-started/bronto-endpoints) reference handy for the URLs and ports each method uses.
</Tip>

## Choose a data source

<CardGroup cols={2}>
  <Card title="Ingest with agents" icon="robot" iconType="regular" href="/agent-setup/agent-intro">
    Collect from your hosts with OpenTelemetry, Fluent Bit, Fluentd, Logstash, the Datadog Agent, or Vector.
  </Card>

  <Card title="Ingest from AWS" icon="aws" iconType="brands" href="/integrations/aws-overview">
    Send logs, traces, and metrics from AWS services using S3, CloudWatch, Firehose, EventBridge, FireLens, and ADOT.
  </Card>

  <Card title="Ingest from Azure" icon="microsoft" iconType="brands" href="/integrations/azure-overview">
    Stream telemetry from Azure services, VMs, and OpenTelemetry-instrumented workloads.
  </Card>

  <Card title="Ingest from CDN and edge" icon="globe" iconType="solid" href="/integrations/cloudflare">
    Forward edge and access logs from Akamai, Cloudflare, and Fastly.
  </Card>

  <Card title="Ingest from apps and platforms" icon="layer-group" iconType="solid" href="/integrations/auth0">
    Capture events from Auth0, Okta, GCP, Heroku, PagerDuty, Vercel, and more.
  </Card>

  <Card title="Ingest from infrastructure and databases" icon="database" iconType="solid" href="/integrations/infrastructure-overview">
    Collect from Kubernetes, Docker, proxies, message queues, and databases like PostgreSQL, MySQL, MongoDB, and Redis.
  </Card>

  <Card title="Ingest OpenTelemetry data" icon="telescope" iconType="solid" href="/opentelemetry/overview">
    Instrument your applications with the OpenTelemetry SDK across Python, Java, Go, .NET, Node.js, and more.
  </Card>
</CardGroup>
