Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.07 KB | None | 0 0
  1. [2018-04-26T11:49:03,272][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"fb_apache", :directory=>"/usr/share/logstash/modules/fb_apache/configuration"}
  2. [2018-04-26T11:49:03,277][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"netflow", :directory=>"/usr/share/logstash/modules/netflow/configuration"}
  3. [2018-04-26T11:49:03,408][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"arcsight", :directory=>"/usr/share/logstash/vendor/bundle/jruby/2.3.0/gems/x-pack-6.2.4-java/modules/arcsight/configuration"}
  4. [2018-04-26T11:49:03,735][INFO ][logstash.runner ] Starting Logstash {"logstash.version"=>"6.2.4"}
  5. [2018-04-26T11:49:03,810][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
  6. [2018-04-26T11:49:04,161][WARN ][logstash.outputs.elasticsearch] You are using a deprecated config setting "document_type" set in elasticsearch. Deprecated settings will continue to work, but are scheduled for removal from logstash in the future. Document types are being deprecated in Elasticsearch 6.0, and removed entirely in 7.0. You should avoid this feature If you have any questions about this, please visit the #logstash channel on freenode irc. {:name=>"document_type", :plugin=><LogStash::Outputs::ElasticSearch hosts=>[http://localhost:9200], bulk_path=>"/_xpack/monitoring/_bulk?system_id=logstash&system_api_version=2&interval=1s", manage_template=>false, document_type=>"%{[@metadata][document_type]}", sniffing=>false, user=>"logstash_system", password=><password>, id=>"3ab1e56fbe09a4ddbfad54e78aff6ed5d91ab702d0b503ccfae601376e9cd2ef", enable_metric=>true, codec=><LogStash::Codecs::Plain id=>"plain_fe301aad-8ac1-40ce-bf56-e98288471fb5", enable_metric=>true, charset=>"UTF-8">, workers=>1, template_name=>"logstash", template_overwrite=>false, doc_as_upsert=>false, script_type=>"inline", script_lang=>"painless", script_var_name=>"event", scripted_upsert=>false, retry_initial_interval=>2, retry_max_interval=>64, retry_on_conflict=>1, action=>"index", ssl_certificate_verification=>true, sniffing_delay=>5, timeout=>60, pool_max=>1000, pool_max_per_route=>100, resurrect_delay=>5, validate_after_inactivity=>10000, http_compression=>false>}
  7. [2018-04-26T11:49:04,168][INFO ][logstash.pipeline ] Starting pipeline {:pipeline_id=>".monitoring-logstash", "pipeline.workers"=>1, "pipeline.batch.size"=>2, "pipeline.batch.delay"=>50}
  8. [2018-04-26T11:49:04,360][INFO ][logstash.outputs.elasticsearch] Elasticsearch pool URLs updated {:changes=>{:removed=>[], :added=>[http://logstash_system:xxxxxx@localhost:9200/]}}
  9. [2018-04-26T11:49:04,365][INFO ][logstash.outputs.elasticsearch] Running health check to see if an Elasticsearch connection is working {:healthcheck_url=>http://logstash_system:xxxxxx@localhost:9200/, :path=>"/"}
  10. [2018-04-26T11:49:04,554][WARN ][logstash.outputs.elasticsearch] Restored connection to ES instance {:url=>"http://logstash_system:xxxxxx@localhost:9200/"}
  11. [2018-04-26T11:49:04,585][INFO ][logstash.outputs.elasticsearch] ES Output version determined {:es_version=>6}
  12. [2018-04-26T11:49:04,585][WARN ][logstash.outputs.elasticsearch] Detected a 6.x and above cluster: the `type` event field won't be used to determine the document _type {:es_version=>6}
  13. [2018-04-26T11:49:04,587][INFO ][logstash.outputs.elasticsearch] New Elasticsearch output {:class=>"LogStash::Outputs::ElasticSearch", :hosts=>["http://localhost:9200"]}
  14. [2018-04-26T11:49:04,641][INFO ][logstash.licensechecker.licensereader] Elasticsearch pool URLs updated {:changes=>{:removed=>[], :added=>[http://logstash_system:xxxxxx@localhost:9200/]}}
  15. [2018-04-26T11:49:04,642][INFO ][logstash.licensechecker.licensereader] Running health check to see if an Elasticsearch connection is working {:healthcheck_url=>http://logstash_system:xxxxxx@localhost:9200/, :path=>"/"}
  16. [2018-04-26T11:49:04,646][WARN ][logstash.licensechecker.licensereader] Restored connection to ES instance {:url=>"http://logstash_system:xxxxxx@localhost:9200/"}
  17. [2018-04-26T11:49:04,653][INFO ][logstash.licensechecker.licensereader] ES Output version determined {:es_version=>6}
  18. [2018-04-26T11:49:04,653][WARN ][logstash.licensechecker.licensereader] Detected a 6.x and above cluster: the `type` event field won't be used to determine the document _type {:es_version=>6}
  19. [2018-04-26T11:49:04,684][INFO ][logstash.pipeline ] Pipeline started successfully {:pipeline_id=>".monitoring-logstash", :thread=>"#<Thread:0x2d07725@/usr/share/logstash/logstash-core/lib/logstash/pipeline.rb:247 run>"}
  20. [2018-04-26T11:49:04,905][INFO ][logstash.pipeline ] Starting pipeline {:pipeline_id=>"main", "pipeline.workers"=>4, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>50}
  21. [2018-04-26T11:49:04,922][INFO ][logstash.outputs.elasticsearch] Elasticsearch pool URLs updated {:changes=>{:removed=>[], :added=>[http://all:xxxxxx@localhost:9200/]}}
  22. [2018-04-26T11:49:04,923][INFO ][logstash.outputs.elasticsearch] Running health check to see if an Elasticsearch connection is working {:healthcheck_url=>http://all:xxxxxx@localhost:9200/, :path=>"/"}
  23. [2018-04-26T11:49:05,016][WARN ][logstash.outputs.elasticsearch] Restored connection to ES instance {:url=>"http://all:xxxxxx@localhost:9200/"}
  24. [2018-04-26T11:49:05,021][INFO ][logstash.outputs.elasticsearch] ES Output version determined {:es_version=>6}
  25. [2018-04-26T11:49:05,022][WARN ][logstash.outputs.elasticsearch] Detected a 6.x and above cluster: the `type` event field won't be used to determine the document _type {:es_version=>6}
  26. [2018-04-26T11:49:05,022][INFO ][logstash.outputs.elasticsearch] Using mapping template from {:path=>nil}
  27. [2018-04-26T11:49:05,024][INFO ][logstash.outputs.elasticsearch] Attempting to install template {:manage_template=>{"template"=>"logstash-*", "version"=>60001, "settings"=>{"index.refresh_interval"=>"5s"}, "mappings"=>{"_default_"=>{"dynamic_templates"=>[{"message_field"=>{"path_match"=>"message", "match_mapping_type"=>"string", "mapping"=>{"type"=>"text", "norms"=>false}}}, {"string_fields"=>{"match"=>"*", "match_mapping_type"=>"string", "mapping"=>{"type"=>"text", "norms"=>false, "fields"=>{"keyword"=>{"type"=>"keyword", "ignore_above"=>256}}}}}], "properties"=>{"@timestamp"=>{"type"=>"date"}, "@version"=>{"type"=>"keyword"}, "geoip"=>{"dynamic"=>true, "properties"=>{"ip"=>{"type"=>"ip"}, "location"=>{"type"=>"geo_point"}, "latitude"=>{"type"=>"half_float"}, "longitude"=>{"type"=>"half_float"}}}}}}}}
  28. [2018-04-26T11:49:05,030][INFO ][logstash.outputs.elasticsearch] Installing elasticsearch template to _template/logstash
  29. [2018-04-26T11:49:05,075][INFO ][logstash.outputs.elasticsearch] New Elasticsearch output {:class=>"LogStash::Outputs::ElasticSearch", :hosts=>["//localhost:9200"]}
  30. [2018-04-26T11:49:05,270][INFO ][logstash.pipeline ] Pipeline started successfully {:pipeline_id=>"main", :thread=>"#<Thread:0x1d8844b2@/usr/share/logstash/logstash-core/lib/logstash/pipeline.rb:247 run>"}
  31. [2018-04-26T11:49:05,274][INFO ][logstash.agent ] Pipelines running {:count=>2, :pipelines=>[".monitoring-logstash", "main"]}
  32. [2018-04-26T11:49:05,275][INFO ][logstash.inputs.metrics ] Monitoring License OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement