daily pastebin goal
22%
SHARE
TWEET

Untitled

a guest May 31st, 2013 15 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. works:
  2. input {
  3.   file {
  4.     type => "syslog"
  5. #    path => [ "/var/log/hosts/*/*", "/var/log/hosts/*/*/*" ]
  6.     path => [ "/var/log/hosts/fw_ids/messages" ]
  7.     sincedb_path => "/var/db/logstash"
  8.   }
  9. }
  10.  
  11. does not work:
  12. input {
  13.   file {
  14.     type => "syslog"
  15.     path => [ "/var/log/hosts/*/*", "/var/log/hosts/*/*/*" ]
  16. #    path => [ "/var/log/hosts/fw_ids/messages" ]
  17.     sincedb_path => "/var/db/logstash"
  18.   }
  19. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top