Skip to content

Instantly share code, notes, and snippets.

@frankreno
Last active July 14, 2022 21:04
Show Gist options
  • Save frankreno/0ffdf577b7d2e188874c5fcb2f17b8d5 to your computer and use it in GitHub Desktop.
Save frankreno/0ffdf577b7d2e188874c5fcb2f17b8d5 to your computer and use it in GitHub Desktop.
Example fluent-bit configuration to send data to Humio using the HTTP output plugin.
[INPUT]
Name dummy
Tag dummy.log
[OUTPUT]
Name http
Match *
Host cloud.community.humio.com
Port 443
URI /api/v1/ingest/raw
Header Authorization Bearer <YOUR_HUMIO_INGEST_TOKEN>
tls On
compress On
format json
json_date_key _time
json_date_format iso8601
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment