Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <match **>
  2. @type copy
  3.  
  4. <store>
  5. @type gelf
  6. host "#{ENV['GELF_HOST']}"
  7. port "#{ENV['GELF_PORT']}"
  8. protocol "#{ENV['GELF_PROTOCOL']}"
  9. </store>
  10. </match>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement