Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. filebeat:
  2. # List of prospectors to fetch data.
  3. prospectors:
  4. # Each - is a prospector. Below are the prospector specific configurations
  5. -
  6. # Paths that should be crawled and fetched. Glob based paths.
  7. # To fetch all ".log" files from a specific level of subdirectories
  8. # /var/log/*/*.log can be used.
  9. # For each file found under this path, a harvester is started.
  10. # Make sure not file is defined twice as this can lead to unexpected behaviour.
  11. paths:
  12. - /var/log/flowstats.log
  13. input_type: log
  14. document_type: flowstats
  15. # Additional prospector
  16. -
  17. paths:
  18. - /var/log/probestats.log
  19. input_type: log
  20. document_type: probestats
  21. -
  22. paths:
  23. - /var/log/slastats.log
  24. input_type: log
  25. document_type: slastats
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement