IngestionLogs
Fluent Bit Log Ingestion - Kubernetes & Container Logging
Fluent Bit is a fast and lightweight log processor and forwarder designed for cloud-native environments, Kubernetes clusters, and containerized applications. This guide shows you how to configure Fluent Bit for log forwarding and centralized log management with OpenObserve.
HTTP output
[OUTPUT]
Name http
Match *
URI /api/{organization}/{stream}/_json
Host localhost
Port 5080
tls Off
Format json
Json_date_key _timestamp
Json_date_format iso8601
HTTP_User root@example.com
HTTP_Passwd passwordElasticsearch output
[OUTPUT]
Name es
Match *
Path /api/{organization}
Host localhost
index {stream}
Port 5080
tls Off
Suppress_Type_Name On
Generate_ID Off
HTTP_User root@example.com
HTTP_Passwd passwordWas this page helpful?
Last updated on
Filebeat
Set up Filebeat log shipper to collect and forward logs from files, servers, and applications to OpenObserve for centralized log management and analysis.
Fluentd
Configure Fluentd for log aggregation and centralized log management with OpenObserve, using the HTTP output plugin and JSON formatting.