Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. 2019-04-18T17:09:54.324-0700 DEBUG [input] input/input.go:152 Run input
  2. 2019-04-18T17:09:54.324-0700 DEBUG [input] log/input.go:174 Start next scan
  3. 2019-04-18T17:09:54.324-0700 DEBUG [input] log/input.go:404 Check file for harvesting: /app/logs/A/api.log
  4. 2019-04-18T17:09:54.324-0700 DEBUG [input] log/input.go:494 Update existing file for harvesting: /app/logs/A/api.log, offset: 2922198
  5. 2019-04-18T17:09:54.324-0700 DEBUG [input] log/input.go:548 File didn't change: /app/logs/A/api.log
  6.  
  7. 2019-04-18T17:09:54.324-0700 DEBUG [input] log/input.go:404 Check file for harvesting: /app/logs/B/api.log
  8. 2019-04-18T17:09:54.324-0700 DEBUG [input] log/input.go:494 Update existing file for harvesting: /app/logs/B/api.log, offset: 28149
  9. 2019-04-18T17:09:54.324-0700 DEBUG [input] log/input.go:548 File didn't change: /app/logs/B/api.log
  10.  
  11. 2019-04-18T17:09:54.324-0700 DEBUG [input] log/input.go:404 Check file for harvesting: /app/logs/C/api.log
  12. 2019-04-18T17:09:54.324-0700 DEBUG [input] log/input.go:494 Update existing file for harvesting: /app/logs/C/api.log, offset: 37930655
  13. 2019-04-18T17:09:54.324-0700 DEBUG [input] log/input.go:546 Harvester for file is still running: /app/logs/C/api.log
  14.  
  15. 2019-04-18T17:09:54.324-0700 DEBUG [input] log/input.go:404 Check file for harvesting: /app/logs/D/api.log
  16. 2019-04-18T17:09:54.324-0700 DEBUG [input] log/input.go:494 Update existing file for harvesting: /app/logs/D/api.log, offset: 173342
  17. 2019-04-18T17:09:54.324-0700 DEBUG [input] log/input.go:548 File didn't change: /app/logs/D/api.log
  18. 2019-04-18T17:09:54.324-0700 DEBUG [input] log/input.go:195 input states cleaned up. Before: 4, After: 4, Pending: 0
  19.  
  20. #----------------------------- Logstash output --------------------------------
  21. output.logstash:
  22. # The Logstash hosts
  23. hosts: ["log1.cgi-dev.ca:5044"]
  24.  
  25. # Optional SSL. By default is off.
  26. # List of root certificates for HTTPS server verifications
  27. #ssl.certificate_authorities:
  28.  
  29. # Certificate for SSL client authentication
  30. #ssl.certificate:
  31.  
  32. # Client Certificate Key
  33. #ssl.key:
  34.  
  35. # The number of times to retry publishing an event after a publishing failure.
  36. # After the specified number of retries, the events are typically dropped.
  37. # Some Beats, such as Filebeat and Winlogbeat, ignore the max_retries setting
  38. # and retry until all events are published. Set max_retries to a value less
  39. # than 0 to retry until all events are published. The default is 3.
  40. max_retries: -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement