OpenObserve
Send logs to OpenObserve using Fluent Bit
Last updated
Was this helpful?
Send logs to OpenObserve using Fluent Bit
Last updated
Was this helpful?
Was this helpful?
pipeline:
outputs:
- name: http
match: '*'
uri: /api/default/default/_json
host: localhost
port: 5080
tls: on
format: json
json_date_key: timestamp
json_date_format: iso8601
http_user: <YOUR_HTTP_USER>
http_passwd: <YOUR_HTTP_PASSWORD>
compress: gzip
[OUTPUT]
Name http
Match *
URI /api/default/default/_json
Host localhost
Port 5080
tls on
Format json
Json_date_key timestamp
Json_date_format iso8601
HTTP_User <YOUR_HTTP_USER>
HTTP_Passwd <YOUR_HTTP_PASSWORD>
compress gzip