daily pastebin goal
23%
SHARE
TWEET

Untitled

a guest Jul 29th, 2013 22 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ## server one conf
  2. input {
  3. #  redis {
  4. #    host => "10.177.149.31"
  5. #    type => "redis-input"
  6. #    data_type => "list"
  7. #    key => "logstash"
  8. #  }
  9.  
  10.   syslog {
  11.     type => "syslog"
  12.     port => "514"
  13.   }
  14.  
  15. }
  16.  
  17. output {
  18.   stdout {
  19.     debug => true
  20.   }
  21.   elasticsearch {
  22.     cluster => "logstash"
  23.   }
  24. }
  25.  
  26. ## server two conf
  27. input {
  28. #  redis {
  29. #    host => "10.177.144.205"
  30. #    type => "redis-input"
  31. #    data_type => "list"
  32. #    key => "logstash"
  33. #  }
  34.  
  35.   syslog {
  36.     type => "syslog"
  37.     port => "514"
  38.   }
  39.  
  40. }
  41.  
  42. output {
  43.   stdout {
  44.     debug => true
  45.   }
  46.   elasticsearch {
  47.     host => "10.177.149.31"
  48.     cluster => "logstash"
  49.   }
  50. }
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