Guest User

Untitled

a guest
Apr 26th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. input {
  2. beats {
  3. port => 5044
  4. }
  5. }
  6.  
  7. output {
  8. elasticsearch {
  9. hosts => "localhost:9200"
  10. manage_template => false
  11. index => "%{[@metadata][beat]}-%{+YYYY.MM.dd}"
  12. document_type => "%{[@metadata][type]}"
  13. }
  14. }
Add Comment
Please, Sign In to add comment