Guest User

Logstash

a guest
Oct 26th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. input {
  2. tcp {
  3. port => 5544
  4. }
  5. }
  6.  
  7. output {
  8. elasticsearch {
  9. host => "localhost"
  10. protocol => "http"
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment