IngestionLogs
Fluentd - Unified Logging Layer & Log Aggregation
Fluentd is an open-source data collector for unified logging layer, enabling log aggregation from multiple sources. Configure Fluentd to collect, transform, and forward logs to OpenObserve for centralized log management and analysis.
<source>
@type forward
port 24224
bind 0.0.0.0
</source>
<match **>
@type http
endpoint http://localhost:5080/api/{organization}/{stream}/_json
content_type json
json_array true
<auth>
method basic
username root@example.com
password password
</auth>
</match>Was this page helpful?
Last updated on
Fluent-bit
Configure Fluent Bit log forwarding to OpenObserve using HTTP or Elasticsearch output for Kubernetes logging, container logs, and cloud-native log collection.
Kinesis Firehose
Complete AWS Kinesis Firehose guide for ingesting CloudWatch logs, VPC Flow Logs, WAF logs, and AWS service logs to OpenObserve for AWS log management.