Advertisement
Guest User

outputlog

a guest
Feb 11th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. output {
  2. elasticsearch {
  3. hosts => ["es01","es02","es03"]
  4. workers => "30"
  5. index => "%{[@metadata][beat]}-%{+YYYY.MM.dd}"
  6. document_type => "%{[@metadata][type]}"
  7. }
  8. stdout { codec => rubydebug }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement