Skip to content

Instantly share code, notes, and snippets.

@chasers
Created August 11, 2021 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chasers/0c37ec5611d0874d7ffb1f12339a469a to your computer and use it in GitHub Desktop.
Save chasers/0c37ec5611d0874d7ffb1f12339a469a to your computer and use it in GitHub Desktop.
Logflare FluentBit Config
[INPUT]
Name tail
Path /var/log/syslog
[OUTPUT]
Name http
Match *
tls On
Host api.logflare.app
Port 443
URI /logs/json?api_key=YOUR_KEY&source=SOURCE_UUID
Format json
Retry_Limit 5
json_date_format iso8601
json_date_key timestamp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment