Skip to content

Instantly share code, notes, and snippets.

@ghaiklor
Created June 8, 2019 17:31
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/fbaaad0885e0d66763f303c807c1abd4 to your computer and use it in GitHub Desktop.
Save ghaiklor/fbaaad0885e0d66763f303c807c1abd4 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']}"
</store>
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment