daily pastebin goal
22%
SHARE
TWEET

shipperconf

a guest Jul 1st, 2014 7 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. input {
  2.   file {
  3.     type => "syslog"
  4.     path => [ "/var/log/messages", "/var/log/syslog", "/var/log/*.log" ]
  5. }
  6.   file {
  7.     type => "apache-access"
  8.     path => "/var/log/httpd/access.log"
  9. }
  10.   file {
  11.     type => "apache-error"
  12.     path => "/var/log/httpd/error.log"
  13. }
  14. }
  15.  
  16. output {
  17.  stdout { debug => true debug_format => "json"}
  18.  redis { host => "192.168.1.170" data_type => "list" key => "logstash" }
  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