Advertisement
k3NGuru

logstash.conf

Feb 17th, 2015
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. input {
  2.   generator {
  3.   }
  4. }
  5.  
  6. filter {
  7. }
  8.  
  9. output {
  10.   elasticsearch {
  11.     protocol => "node"
  12.     host => "centi.mlvz.local"
  13.     cluster => "elasticsearch"
  14.   }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement