Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. root@ip-172-31-8-97:/skywiz# docker logs sleepy_booth
  2. Sending Logstash logs to /usr/share/logstash/logs which is now configured via log4j2.properties
  3. [2018-10-22T10:54:40,093][INFO ][logstash.setting.writabledirectory] Creating directory {:setting=>"path.queue", :path=>"/usr/share/logstash/data/queue"}
  4. [2018-10-22T10:54:40,102][INFO ][logstash.setting.writabledirectory] Creating directory {:setting=>"path.dead_letter_queue", :path=>"/usr/share/logstash/data/dead_letter_queue"}
  5. [2018-10-22T10:54:40,513][WARN ][logstash.config.source.multilocal] Ignoring the 'pipelines.yml' file because modules or command line options are specified
  6. [2018-10-22T10:54:40,576][INFO ][logstash.agent ] No persistent UUID file found. Generating new UUID {:uuid=>"03fea931-72c2-4327-b949-2d0ea00e6571", :path=>"/usr/share/logstash/data/uuid"}
  7. [2018-10-22T10:54:41,233][INFO ][logstash.runner ] Starting Logstash {"logstash.version"=>"6.4.2"}
  8. [2018-10-22T10:54:52,984][INFO ][logstash.pipeline ] Starting pipeline {:pipeline_id=>"main", "pipeline.workers"=>2, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>50}
  9. [2018-10-22T10:54:53,737][INFO ][logstash.inputs.file ] No sincedb_path set, generating one based on the "path" setting {:sincedb_path=>"/usr/share/logstash/data/plugins/inputs/file/.sincedb_2c34f695063d57877556cf7cf65c3d86", :path=>["/skywiz/raphael.log"]}
  10. [2018-10-22T10:54:53,775][INFO ][logstash.pipeline ] Pipeline started successfully {:pipeline_id=>"main", :thread=>"#<Thread:0x2b8cea73 run>"}
  11. [2018-10-22T10:54:53,911][INFO ][logstash.agent ] Pipelines running {:count=>1, :running_pipelines=>[:main], :non_running_pipelines=>[]}
  12. [2018-10-22T10:54:53,948][INFO ][filewatch.observingtail ] START, creating Discoverer, Watch with file and sincedb collections
  13. [2018-10-22T10:54:54,384][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement