Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. filebeat.prospectors:
  2.  
  3. # Each - is a prospector. Most options can be set at the prospector level, so
  4. # you can use different prospectors for various configurations.
  5. # Below are the prospector specific configurations.
  6.  
  7. - input_type: log
  8.  
  9. # Paths that should be crawled and fetched. Glob based paths.
  10. paths:
  11. - E:Go AgentpipelinesViolet-Build-Deploy-RTCIO-Signaller*.log
  12. - C:inetpublogsLogFiles**.log
  13. - E:logs*.log
  14.  
  15. 2017-01-24T09:54:32+11:00 INFO All prospectors are initialised and running with 3882 states to persist
  16. 2017-01-24T09:54:32+11:00 INFO Starting prospector of type: log
  17. 2017-01-24T09:54:32+11:00 INFO Harvester started for file: C:inetpublogsLogFilesW3SVC21u_ex170123.log
  18. 2017-01-24T09:54:32+11:00 INFO Harvester started for file: C:inetpublogsLogFilesW3SVC27u_ex170123.log
  19. 2017-01-24T09:54:32+11:00 INFO Harvester started for file: C:inetpublogsLogFilesW3SVC23u_ex170123.log
  20. 2017-01-24T09:54:34+11:00 INFO Non-zero metrics in the last 30s: filebeat.harvester.open_files=3 registrar.writes=6 filebeat.harvester.running=3 filebeat.harvester.started=3 registrar.states.update=749 publish.events=749
  21. 2017-01-24T09:55:04+11:00 INFO Non-zero metrics in the last 30s: libbeat.logstash.publish.read_bytes=1595 libbeat.logstash.publish.write_bytes=9401 libbeat.publisher.published_events=110 publish.events=153 libbeat.logstash.published_and_acked_events=110 registrar.writes=1 libbeat.logstash.call_count.PublishEvents=1 registrar.states.update=153
  22. 2017-01-24T09:55:20+11:00 ERR Failed to publish events caused by: EOF
  23. 2017-01-24T09:55:20+11:00 INFO Error publishing events (retrying): EOF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement