Advertisement
Guest User

Untitled

a guest
Apr 5th, 2018
691
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. input {
  2. beats {
  3. port => 5044
  4. }
  5. }
  6.  
  7. # The filter part of this file is commented out to indicate that it is
  8. # optional.
  9. # filter {
  10. #
  11. # }
  12.  
  13. output {
  14. elasticsearch {
  15. hosts => "172.19.32.154:9200"
  16. user => kibana
  17. password => kibana
  18. manage_template => false
  19. index => "%{[@metadata][beat]}-%{[@metadata][version]}-%{+YYYY.MM.dd}"
  20. document_type => "%{[@metadata][type]}"
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement