Advertisement
thanh_thu

filebeat for openstack

Jul 4th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. filebeat:
  2. prospectors:
  3. -
  4. paths:
  5. - /var/log/sys.log
  6. - /var/log/auth.log
  7. document_type: type
  8. -
  9. paths:
  10. - /var/log/nova/*.log
  11. document_type: nova
  12. -
  13. paths:
  14. - /var/log/neutron/*.log
  15. document_type: neutron
  16. -
  17. paths:
  18. - /var/log/glance/*.log
  19. document_type: glance
  20. -
  21. paths:
  22. - /var/log/httpd/*.log
  23. document_type: http
  24. -
  25. paths:
  26. - /var/log/horizon/*.log
  27. document_type: horizon
  28. -
  29. paths:
  30. - /var/log/keystone/*.log
  31. document_type: keystone
  32. -
  33. paths:
  34. - /var/log/messages
  35. document_type: syslog
  36. -
  37. paths:
  38. - /var/log/openvswitch/*.log
  39. document_type: openvswitch
  40. -
  41. paths:
  42. - /var/log/libvirt/*.log
  43. document_type: libvirt
  44. setup.kibana:
  45. host: "103.53.170.101:5601"
  46. output:
  47. logstash:
  48. hosts: ["103.53.170.101:5044"]
  49. worker: 1
  50. bulk_max_size: 1024
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement