Advertisement
Guest User

Untitled

a guest
Dec 27th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. filebeat.inputs:
  2. - type: log
  3. enabled: true
  4. paths:
  5. # - /var/log/nginx/*access.log.1
  6. - /var/log/nginx/*access.log
  7.  
  8. fields:
  9. type: BCW
  10. #enabled: true
  11. #fields:
  12. fields_under_root: true
  13. scan_frequency: 5s
  14.  
  15.  
  16. output.logstash:
  17. hosts: ["159.65.177.74:5044"]
  18.  
  19. #xpack.monitoring:
  20. # enabled: true
  21.  
  22.  
  23. #output.elasticsearch:
  24. # hosts: ["159.65.177.74:9200"]
  25.  
  26. # username: "elastic"
  27. # password: "<password>"
  28. #setup.kibana:
  29. # host: ["http://159.65.177.74:5601"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement