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 password