Guest User

Untitled

a guest
Feb 6th, 2017
1,526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. input {
  2. udp {
  3. port => 6343
  4. codec => sflow {}
  5. }
  6. }
  7.  
  8. output {
  9. elasticsearch {
  10. index => "sflow-%{+YYYY.MM.dd}"
  11. hosts => ["localhost"]
  12. }
Advertisement
Add Comment
Please, Sign In to add comment