Advertisement
Guest User

Untitled

a guest
Oct 29th, 2013
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. input {
  2. file {
  3. type => "myapp"
  4. path => ["/var/log/myapplog"]
  5. }
  6. }
  7.  
  8. output {
  9. syslog {
  10. host => 'central-server',
  11. port => '514',
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement