Guest User

Untitled

a guest
Oct 10th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.19 KB | None | 0 0
  1. output {
  2.   elasticsearch {
  3.     hosts => "localhost:9200"
  4.     manage_template => false
  5.     index => "%{[@metadata][beat]}-%{+YYYY.MM.dd}"
  6.     document_type => "%{[@metadata][type]}"
  7.   }
  8. }
Add Comment
Please, Sign In to add comment