Skip to content

Instantly share code, notes, and snippets.

@ghaiklor
Created June 8, 2019 17:32
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 ghaiklor/9829b52384a4bbf1be0201b04000a9db to your computer and use it in GitHub Desktop.
Save ghaiklor/9829b52384a4bbf1be0201b04000a9db to your computer and use it in GitHub Desktop.
<match **>
@type copy
<store>
@type gelf
host "#{ENV['GELF_HOST']}"
port "#{ENV['GELF_PORT']}"
protocol "#{ENV['GELF_PROTOCOL']}"
<buffer>
flush_at_shutdown true
flush_mode immediate
flush_thread_count 8
flush_thread_interval 1
flush_thread_burst_interval 1
retry_forever true
retry_type exponential_backoff
</buffer>
</store>
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment