> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Ingest log data

Ingest data from any of the following supported sources into Chronosphere Observability
Platform.

<Columns cols={2} rowGroup="2">
  <Card horizontal icon="bird" title="Fluent Bit" href="/ingest/logs/fluentbit-logs">
    <p>Configure an HTTP output plugin to route logs from Fluent Bit.</p>
  </Card>

  <Card horizontal icon="google" title="Google Cloud Platform" href="/ingest/logs/gcp-logs">
    <p>Use the Google Cloud Pub/Sub to route logs from Google Cloud Platform.</p>
  </Card>

  <Card horizontal icon="plug" title="HTTP endpoint" href="/ingest/logs/http-logs">
    <p>Use the logging HTTP endpoint to send logs directly to Chronosphere.</p>
  </Card>

  <Card horizontal icon="logs" title="Logstash" href="/ingest/logs/logstash-logs">
    <p>Configure an HTTP output plugin to route logs from Logstash.</p>
  </Card>

  <Card horizontal icon="telescope" title="OpenTelemetry" href="/ingest/logs/otel-logs">
    <p>Use the OpenTelemetry protocol (OTLP) HTTP endpoint to route logs from OpenTelemetry.</p>
  </Card>

  <Card horizontal icon="cable" title="Telemetry Pipeline" href="/ingest/logs/pipeline-logs">
    <p>Use Chronosphere Telemetry Pipeline to route logs from multiple sources.</p>
  </Card>
</Columns>

After ingesting log data, verify Observability Platform is receiving your logs
as anticipated.

<Columns cols={1}>
  <Card horizontal icon="badge-check" title="Verify log data" href="/ingest/logs/verify-logs">
    <p>Verify that Observability Platform is receiving your log data.</p>
  </Card>
</Columns>
