Advertisement
Guest User

Untitled

a guest
Feb 19th, 2016
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 74.35 KB | None | 0 0
  1. {:timestamp=>"2016-02-19T09:17:56.221000-0500", :message=>"Reading config file", :config_file=>"/etc/logstash/conf.d/11-fortigate-backup.conf", :level=>:debug, :file=>"logstash/agent.rb", :line=>"325", :method=>"local_config"}
  2. {:timestamp=>"2016-02-19T09:17:56.228000-0500", :message=>"Reading config file", :config_file=>"/etc/logstash/conf.d/50-elasticsearch-output.conf", :level=>:debug, :file=>"logstash/agent.rb", :line=>"325", :method=>"local_config"}
  3. {:timestamp=>"2016-02-19T09:17:56.363000-0500", :message=>"Compiled pipeline code:\n @inputs = []\n @filters = []\n @outputs = []\n @periodic_flushers = []\n @shutdown_flushers = []\n\n @input_file_1 = plugin(\"input\", \"file\", LogStash::Util.hash_merge_many({ \"path\" => [(\"/var/log/fortigate/fg.log\")] }, { \"start_position\" => (\"beginning\") }, { \"sincedb_path\" => (\"/tmp/sucemamarde12\") }, { \"type\" => (\"fgt-backfill\") }))\n\n @inputs << @input_file_1\n\n @filter_kv_2 = plugin(\"filter\", \"kv\", LogStash::Util.hash_merge_many({ \"source\" => (\"message\") }, { \"field_split\" => (\" \") }, { \"value_split\" => (\"=\") }))\n\n @filters << @filter_kv_2\n\n @filter_kv_2_flush = lambda do |options, &block|\n @logger.debug? && @logger.debug(\"Flushing\", :plugin => @filter_kv_2)\n\n events = @filter_kv_2.flush(options)\n\n return if events.nil? || events.empty?\n\n @logger.debug? && @logger.debug(\"Flushing\", :plugin => @filter_kv_2, :events => events)\n\n events = @filter_geoip_3.multi_filter(events)\n \n\n\n events.each{|e| block.call(e)}\n end\n\n if @filter_kv_2.respond_to?(:flush)\n @periodic_flushers << @filter_kv_2_flush if @filter_kv_2.periodic_flush\n @shutdown_flushers << @filter_kv_2_flush\n end\n\n @filter_geoip_3 = plugin(\"filter\", \"geoip\", LogStash::Util.hash_merge_many({ \"source\" => (\"dstip\") }, { \"database\" => (\"/opt/logstash/GeoLiteCity.dat\") }))\n\n @filters << @filter_geoip_3\n\n @filter_geoip_3_flush = lambda do |options, &block|\n @logger.debug? && @logger.debug(\"Flushing\", :plugin => @filter_geoip_3)\n\n events = @filter_geoip_3.flush(options)\n\n return if events.nil? || events.empty?\n\n @logger.debug? && @logger.debug(\"Flushing\", :plugin => @filter_geoip_3, :events => events)\n\n \n\n events.each{|e| block.call(e)}\n end\n\n if @filter_geoip_3.respond_to?(:flush)\n @periodic_flushers << @filter_geoip_3_flush if @filter_geoip_3.periodic_flush\n @shutdown_flushers << @filter_geoip_3_flush\n end\n\n @output_elasticsearch_4 = plugin(\"output\", \"elasticsearch\", LogStash::Util.hash_merge_many({ \"hosts\" => [(\"localhost:9200\")] }, { \"index\" => (\"fgt-backfill-%{+YYYY.MM.dd}\") }))\n\n @outputs << @output_elasticsearch_4\n\n @output_stdout_5 = plugin(\"output\", \"stdout\", LogStash::Util.hash_merge_many({ \"codec\" => (\"rubydebug\") }))\n\n @outputs << @output_stdout_5\n\n @output_elasticsearch_6 = plugin(\"output\", \"elasticsearch\", LogStash::Util.hash_merge_many({ \"hosts\" => [(\"localhost:9200\")] }))\n\n @outputs << @output_elasticsearch_6\n\n def filter_func(event)\n events = [event]\n @logger.debug? && @logger.debug(\"filter received\", :event => event.to_hash)\n events = @filter_kv_2.multi_filter(events)\n events = @filter_geoip_3.multi_filter(events)\n \n events\n end\n def output_func(event)\n @logger.debug? && @logger.debug(\"output received\", :event => event.to_hash)\n if ((event[\"[path]\"] == (\"/var/log/fortigate/fg.log\"))) # if [path] == \"/var/log/fortigate/fg.log\"\n @output_elasticsearch_4.handle(event)\n @output_stdout_5.handle(event)\n \n else\n @output_elasticsearch_6.handle(event)\n \n \n end\n \n end", :level=>:debug, :file=>"logstash/pipeline.rb", :line=>"38", :method=>"initialize"}
  4. {:timestamp=>"2016-02-19T09:17:56.367000-0500", :message=>"Plugin not defined in namespace, checking for plugin file", :type=>"input", :name=>"file", :path=>"logstash/inputs/file", :level=>:debug, :file=>"logstash/plugin.rb", :line=>"76", :method=>"lookup"}
  5. {:timestamp=>"2016-02-19T09:17:56.386000-0500", :message=>"Plugin not defined in namespace, checking for plugin file", :type=>"codec", :name=>"plain", :path=>"logstash/codecs/plain", :level=>:debug, :file=>"logstash/plugin.rb", :line=>"76", :method=>"lookup"}
  6. {:timestamp=>"2016-02-19T09:17:56.399000-0500", :message=>"config LogStash::Codecs::Plain/@charset = \"UTF-8\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  7. {:timestamp=>"2016-02-19T09:17:56.401000-0500", :message=>"config LogStash::Inputs::File/@path = [\"/var/log/fortigate/fg.log\"]", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  8. {:timestamp=>"2016-02-19T09:17:56.402000-0500", :message=>"config LogStash::Inputs::File/@start_position = \"beginning\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  9. {:timestamp=>"2016-02-19T09:17:56.403000-0500", :message=>"config LogStash::Inputs::File/@sincedb_path = \"/tmp/sucemamarde12\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  10. {:timestamp=>"2016-02-19T09:17:56.409000-0500", :message=>"config LogStash::Inputs::File/@type = \"fgt-backfill\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  11. {:timestamp=>"2016-02-19T09:17:56.412000-0500", :message=>"config LogStash::Inputs::File/@codec = <LogStash::Codecs::Plain charset=>\"UTF-8\">", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  12. {:timestamp=>"2016-02-19T09:17:56.413000-0500", :message=>"config LogStash::Inputs::File/@add_field = {}", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  13. {:timestamp=>"2016-02-19T09:17:56.416000-0500", :message=>"config LogStash::Inputs::File/@stat_interval = 1", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  14. {:timestamp=>"2016-02-19T09:17:56.417000-0500", :message=>"config LogStash::Inputs::File/@discover_interval = 15", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  15. {:timestamp=>"2016-02-19T09:17:56.418000-0500", :message=>"config LogStash::Inputs::File/@sincedb_write_interval = 15", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  16. {:timestamp=>"2016-02-19T09:17:56.419000-0500", :message=>"config LogStash::Inputs::File/@delimiter = \"\\n\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  17. {:timestamp=>"2016-02-19T09:17:56.420000-0500", :message=>"config LogStash::Inputs::File/@ignore_older = 86400", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  18. {:timestamp=>"2016-02-19T09:17:56.421000-0500", :message=>"config LogStash::Inputs::File/@close_older = 3600", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  19. {:timestamp=>"2016-02-19T09:17:56.423000-0500", :message=>"Plugin not defined in namespace, checking for plugin file", :type=>"filter", :name=>"kv", :path=>"logstash/filters/kv", :level=>:debug, :file=>"logstash/plugin.rb", :line=>"76", :method=>"lookup"}
  20. {:timestamp=>"2016-02-19T09:17:56.430000-0500", :message=>"config LogStash::Filters::KV/@source = \"message\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  21. {:timestamp=>"2016-02-19T09:17:56.433000-0500", :message=>"config LogStash::Filters::KV/@field_split = \" \"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  22. {:timestamp=>"2016-02-19T09:17:56.435000-0500", :message=>"config LogStash::Filters::KV/@value_split = \"=\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  23. {:timestamp=>"2016-02-19T09:17:56.436000-0500", :message=>"config LogStash::Filters::KV/@add_tag = []", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  24. {:timestamp=>"2016-02-19T09:17:56.437000-0500", :message=>"config LogStash::Filters::KV/@remove_tag = []", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  25. {:timestamp=>"2016-02-19T09:17:56.438000-0500", :message=>"config LogStash::Filters::KV/@add_field = {}", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  26. {:timestamp=>"2016-02-19T09:17:56.439000-0500", :message=>"config LogStash::Filters::KV/@remove_field = []", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  27. {:timestamp=>"2016-02-19T09:17:56.440000-0500", :message=>"config LogStash::Filters::KV/@periodic_flush = false", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  28. {:timestamp=>"2016-02-19T09:17:56.441000-0500", :message=>"config LogStash::Filters::KV/@prefix = \"\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  29. {:timestamp=>"2016-02-19T09:17:56.442000-0500", :message=>"config LogStash::Filters::KV/@include_keys = []", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  30. {:timestamp=>"2016-02-19T09:17:56.443000-0500", :message=>"config LogStash::Filters::KV/@exclude_keys = []", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  31. {:timestamp=>"2016-02-19T09:17:56.446000-0500", :message=>"config LogStash::Filters::KV/@default_keys = {}", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  32. {:timestamp=>"2016-02-19T09:17:56.448000-0500", :message=>"config LogStash::Filters::KV/@allow_duplicate_values = true", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  33. {:timestamp=>"2016-02-19T09:17:56.449000-0500", :message=>"config LogStash::Filters::KV/@include_brackets = true", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  34. {:timestamp=>"2016-02-19T09:17:56.450000-0500", :message=>"config LogStash::Filters::KV/@recursive = false", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  35. {:timestamp=>"2016-02-19T09:17:56.451000-0500", :message=>"Plugin not defined in namespace, checking for plugin file", :type=>"filter", :name=>"geoip", :path=>"logstash/filters/geoip", :level=>:debug, :file=>"logstash/plugin.rb", :line=>"76", :method=>"lookup"}
  36. {:timestamp=>"2016-02-19T09:17:56.471000-0500", :message=>"config LogStash::Filters::GeoIP/@source = \"dstip\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  37. {:timestamp=>"2016-02-19T09:17:56.472000-0500", :message=>"config LogStash::Filters::GeoIP/@database = \"/opt/logstash/GeoLiteCity.dat\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  38. {:timestamp=>"2016-02-19T09:17:56.473000-0500", :message=>"config LogStash::Filters::GeoIP/@add_tag = []", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  39. {:timestamp=>"2016-02-19T09:17:56.474000-0500", :message=>"config LogStash::Filters::GeoIP/@remove_tag = []", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  40. {:timestamp=>"2016-02-19T09:17:56.475000-0500", :message=>"config LogStash::Filters::GeoIP/@add_field = {}", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  41. {:timestamp=>"2016-02-19T09:17:56.476000-0500", :message=>"config LogStash::Filters::GeoIP/@remove_field = []", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  42. {:timestamp=>"2016-02-19T09:17:56.477000-0500", :message=>"config LogStash::Filters::GeoIP/@periodic_flush = false", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  43. {:timestamp=>"2016-02-19T09:17:56.478000-0500", :message=>"config LogStash::Filters::GeoIP/@target = \"geoip\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  44. {:timestamp=>"2016-02-19T09:17:56.479000-0500", :message=>"config LogStash::Filters::GeoIP/@lru_cache_size = 1000", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  45. {:timestamp=>"2016-02-19T09:17:56.491000-0500", :message=>"Plugin not defined in namespace, checking for plugin file", :type=>"output", :name=>"elasticsearch", :path=>"logstash/outputs/elasticsearch", :level=>:debug, :file=>"logstash/plugin.rb", :line=>"76", :method=>"lookup"}
  46. {:timestamp=>"2016-02-19T09:17:56.798000-0500", :message=>"config LogStash::Codecs::Plain/@charset = \"UTF-8\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  47. {:timestamp=>"2016-02-19T09:17:56.806000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@hosts = [\"localhost:9200\"]", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  48. {:timestamp=>"2016-02-19T09:17:56.807000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@index = \"fgt-backfill-%{+YYYY.MM.dd}\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  49. {:timestamp=>"2016-02-19T09:17:56.808000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@codec = <LogStash::Codecs::Plain charset=>\"UTF-8\">", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  50. {:timestamp=>"2016-02-19T09:17:56.809000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@workers = 1", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  51. {:timestamp=>"2016-02-19T09:17:56.810000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@manage_template = true", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  52. {:timestamp=>"2016-02-19T09:17:56.811000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@template_name = \"logstash\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  53. {:timestamp=>"2016-02-19T09:17:56.812000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@template_overwrite = false", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  54. {:timestamp=>"2016-02-19T09:17:56.813000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@parent = nil", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  55. {:timestamp=>"2016-02-19T09:17:56.814000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@flush_size = 500", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  56. {:timestamp=>"2016-02-19T09:17:56.815000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@idle_flush_time = 1", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  57. {:timestamp=>"2016-02-19T09:17:56.824000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@upsert = \"\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  58. {:timestamp=>"2016-02-19T09:17:56.825000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@doc_as_upsert = false", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  59. {:timestamp=>"2016-02-19T09:17:56.831000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@max_retries = 3", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  60. {:timestamp=>"2016-02-19T09:17:56.832000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@script = \"\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  61. {:timestamp=>"2016-02-19T09:17:56.833000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@script_type = \"inline\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  62. {:timestamp=>"2016-02-19T09:17:56.834000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@script_lang = \"\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  63. {:timestamp=>"2016-02-19T09:17:56.835000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@script_var_name = \"event\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  64. {:timestamp=>"2016-02-19T09:17:56.847000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@scripted_upsert = false", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  65. {:timestamp=>"2016-02-19T09:17:56.851000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@retry_max_interval = 2", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  66. {:timestamp=>"2016-02-19T09:17:56.854000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@retry_max_items = 500", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  67. {:timestamp=>"2016-02-19T09:17:56.855000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@action = \"index\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  68. {:timestamp=>"2016-02-19T09:17:56.857000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@path = \"/\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  69. {:timestamp=>"2016-02-19T09:17:56.858000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@ssl = false", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  70. {:timestamp=>"2016-02-19T09:17:56.860000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@ssl_certificate_verification = true", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  71. {:timestamp=>"2016-02-19T09:17:56.861000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@sniffing = false", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  72. {:timestamp=>"2016-02-19T09:17:56.862000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@sniffing_delay = 5", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  73. {:timestamp=>"2016-02-19T09:17:56.865000-0500", :message=>"Plugin not defined in namespace, checking for plugin file", :type=>"output", :name=>"stdout", :path=>"logstash/outputs/stdout", :level=>:debug, :file=>"logstash/plugin.rb", :line=>"76", :method=>"lookup"}
  74. {:timestamp=>"2016-02-19T09:17:56.872000-0500", :message=>"Plugin not defined in namespace, checking for plugin file", :type=>"codec", :name=>"rubydebug", :path=>"logstash/codecs/rubydebug", :level=>:debug, :file=>"logstash/plugin.rb", :line=>"76", :method=>"lookup"}
  75. {:timestamp=>"2016-02-19T09:17:56.878000-0500", :message=>"config LogStash::Codecs::RubyDebug/@metadata = false", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  76. {:timestamp=>"2016-02-19T09:17:56.901000-0500", :message=>"config LogStash::Outputs::Stdout/@codec = <LogStash::Codecs::RubyDebug metadata=>false>", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  77. {:timestamp=>"2016-02-19T09:17:56.902000-0500", :message=>"config LogStash::Outputs::Stdout/@workers = 1", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  78. {:timestamp=>"2016-02-19T09:17:56.905000-0500", :message=>"config LogStash::Codecs::Plain/@charset = \"UTF-8\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  79. {:timestamp=>"2016-02-19T09:17:56.907000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@hosts = [\"localhost:9200\"]", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  80. {:timestamp=>"2016-02-19T09:17:56.908000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@codec = <LogStash::Codecs::Plain charset=>\"UTF-8\">", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  81. {:timestamp=>"2016-02-19T09:17:56.909000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@workers = 1", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  82. {:timestamp=>"2016-02-19T09:17:56.910000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@index = \"logstash-%{+YYYY.MM.dd}\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  83. {:timestamp=>"2016-02-19T09:17:56.910000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@manage_template = true", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  84. {:timestamp=>"2016-02-19T09:17:56.911000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@template_name = \"logstash\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  85. {:timestamp=>"2016-02-19T09:17:56.912000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@template_overwrite = false", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  86. {:timestamp=>"2016-02-19T09:17:56.912000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@parent = nil", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  87. {:timestamp=>"2016-02-19T09:17:56.913000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@flush_size = 500", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  88. {:timestamp=>"2016-02-19T09:17:56.914000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@idle_flush_time = 1", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  89. {:timestamp=>"2016-02-19T09:17:56.915000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@upsert = \"\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  90. {:timestamp=>"2016-02-19T09:17:56.915000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@doc_as_upsert = false", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  91. {:timestamp=>"2016-02-19T09:17:56.920000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@max_retries = 3", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  92. {:timestamp=>"2016-02-19T09:17:56.920000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@script = \"\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  93. {:timestamp=>"2016-02-19T09:17:56.921000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@script_type = \"inline\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  94. {:timestamp=>"2016-02-19T09:17:56.923000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@script_lang = \"\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  95. {:timestamp=>"2016-02-19T09:17:56.924000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@script_var_name = \"event\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  96. {:timestamp=>"2016-02-19T09:17:56.925000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@scripted_upsert = false", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  97. {:timestamp=>"2016-02-19T09:17:56.925000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@retry_max_interval = 2", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  98. {:timestamp=>"2016-02-19T09:17:56.926000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@retry_max_items = 500", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  99. {:timestamp=>"2016-02-19T09:17:56.927000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@action = \"index\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  100. {:timestamp=>"2016-02-19T09:17:56.928000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@path = \"/\"", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  101. {:timestamp=>"2016-02-19T09:17:56.928000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@ssl = false", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  102. {:timestamp=>"2016-02-19T09:17:56.929000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@ssl_certificate_verification = true", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  103. {:timestamp=>"2016-02-19T09:17:56.930000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@sniffing = false", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  104. {:timestamp=>"2016-02-19T09:17:56.930000-0500", :message=>"config LogStash::Outputs::ElasticSearch/@sniffing_delay = 5", :level=>:debug, :file=>"logstash/config/mixin.rb", :line=>"122", :method=>"config_init"}
  105. {:timestamp=>"2016-02-19T09:17:57.122000-0500", :message=>"Registering file input", :path=>["/var/log/fortigate/fg.log"], :level=>:info, :file=>"logstash/inputs/file.rb", :line=>"171", :method=>"register"}
  106. {:timestamp=>"2016-02-19T09:17:57.179000-0500", :message=>"_globbed_files: /var/log/fortigate/fg.log: glob is: [\"/var/log/fortigate/fg.log\"]", :level=>:debug, :file=>"filewatch/watch.rb", :line=>"326", :method=>"_globbed_files"}
  107. {:timestamp=>"2016-02-19T09:17:57.181000-0500", :message=>"_discover_file: /var/log/fortigate/fg.log: new: /var/log/fortigate/fg.log (exclude is [])", :level=>:debug, :file=>"filewatch/watch.rb", :line=>"290", :method=>"_discover_file"}
  108. {:timestamp=>"2016-02-19T09:17:57.183000-0500", :message=>"_discover_file: /var/log/fortigate/fg.log: skipping because it was last modified more than 86400.0 seconds ago", :level=>:debug, :file=>"filewatch/watch.rb", :line=>"310", :method=>"_discover_file"}
  109. {:timestamp=>"2016-02-19T09:17:57.549000-0500", :message=>"Using geoip database", :path=>"/opt/logstash/GeoLiteCity.dat", :level=>:info, :file=>"logstash/filters/geoip.rb", :line=>"97", :method=>"register"}
  110. {:timestamp=>"2016-02-19T09:17:57.595000-0500", :message=>"Worker threads expected: 20, worker threads started: 20", :level=>:info, :file=>"logstash/pipeline.rb", :line=>"186", :method=>"start_filters"}
  111. {:timestamp=>"2016-02-19T09:17:57.598000-0500", :message=>"Normalizing http path", :path=>"/", :normalized=>"/", :level=>:debug, :file=>"logstash/outputs/elasticsearch/http_client_builder.rb", :line=>"14", :method=>"build"}
  112. {:timestamp=>"2016-02-19T09:17:57.599000-0500", :message=>"Elasticsearch HTTP client options", :hosts=>["http://localhost:9200/"], :ssl=>nil, :transport_options=>{:socket_timeout=>0, :request_timeout=>0, :proxy=>nil}, :transport_class=>Elasticsearch::Transport::Transport::HTTP::Manticore, :level=>:debug, :file=>"logstash/outputs/elasticsearch/http_client.rb", :line=>"134", :method=>"build_client"}
  113. {:timestamp=>"2016-02-19T09:17:57.892000-0500", :message=>"Using mapping template from", :path=>nil, :level=>:info, :file=>"logstash/outputs/elasticsearch/template_manager.rb", :line=>"6", :method=>"install_template"}
  114. {:timestamp=>"2016-02-19T09:17:58.109000-0500", :message=>"Attempting to install template", :manage_template=>{"template"=>"logstash-*", "settings"=>{"index.refresh_interval"=>"5s"}, "mappings"=>{"_default_"=>{"_all"=>{"enabled"=>true, "omit_norms"=>true}, "dynamic_templates"=>[{"message_field"=>{"match"=>"message", "match_mapping_type"=>"string", "mapping"=>{"type"=>"string", "index"=>"analyzed", "omit_norms"=>true, "fielddata"=>{"format"=>"disabled"}}}}, {"string_fields"=>{"match"=>"*", "match_mapping_type"=>"string", "mapping"=>{"type"=>"string", "index"=>"analyzed", "omit_norms"=>true, "fielddata"=>{"format"=>"disabled"}, "fields"=>{"raw"=>{"type"=>"string", "index"=>"not_analyzed", "doc_values"=>true, "ignore_above"=>256}}}}}, {"float_fields"=>{"match"=>"*", "match_mapping_type"=>"float", "mapping"=>{"type"=>"float", "doc_values"=>true}}}, {"double_fields"=>{"match"=>"*", "match_mapping_type"=>"double", "mapping"=>{"type"=>"double", "doc_values"=>true}}}, {"byte_fields"=>{"match"=>"*", "match_mapping_type"=>"byte", "mapping"=>{"type"=>"byte", "doc_values"=>true}}}, {"short_fields"=>{"match"=>"*", "match_mapping_type"=>"short", "mapping"=>{"type"=>"short", "doc_values"=>true}}}, {"integer_fields"=>{"match"=>"*", "match_mapping_type"=>"integer", "mapping"=>{"type"=>"integer", "doc_values"=>true}}}, {"long_fields"=>{"match"=>"*", "match_mapping_type"=>"long", "mapping"=>{"type"=>"long", "doc_values"=>true}}}, {"date_fields"=>{"match"=>"*", "match_mapping_type"=>"date", "mapping"=>{"type"=>"date", "doc_values"=>true}}}, {"geo_point_fields"=>{"match"=>"*", "match_mapping_type"=>"geo_point", "mapping"=>{"type"=>"geo_point", "doc_values"=>true}}}], "properties"=>{"@timestamp"=>{"type"=>"date", "doc_values"=>true}, "@version"=>{"type"=>"string", "index"=>"not_analyzed", "doc_values"=>true}, "geoip"=>{"type"=>"object", "dynamic"=>true, "properties"=>{"ip"=>{"type"=>"ip", "doc_values"=>true}, "location"=>{"type"=>"geo_point", "doc_values"=>true}, "latitude"=>{"type"=>"float", "doc_values"=>true}, "longitude"=>{"type"=>"float", "doc_values"=>true}}}}}}}, :level=>:info, :file=>"logstash/outputs/elasticsearch/template_manager.rb", :line=>"8", :method=>"install_template"}
  115. {:timestamp=>"2016-02-19T09:17:58.313000-0500", :message=>"Found existing Elasticsearch template. Skipping template management", :name=>"logstash", :level=>:debug, :file=>"logstash/outputs/elasticsearch/http_client.rb", :line=>"30", :method=>"template_install"}
  116. {:timestamp=>"2016-02-19T09:17:58.316000-0500", :message=>"New Elasticsearch output", :class=>"LogStash::Outputs::ElasticSearch", :hosts=>["localhost:9200"], :level=>:info, :file=>"logstash/outputs/elasticsearch/common.rb", :line=>"19", :method=>"register"}
  117. {:timestamp=>"2016-02-19T09:17:58.317000-0500", :message=>"Normalizing http path", :path=>"/", :normalized=>"/", :level=>:debug, :file=>"logstash/outputs/elasticsearch/http_client_builder.rb", :line=>"14", :method=>"build"}
  118. {:timestamp=>"2016-02-19T09:17:58.320000-0500", :message=>"Elasticsearch HTTP client options", :hosts=>["http://localhost:9200/"], :ssl=>nil, :transport_options=>{:socket_timeout=>0, :request_timeout=>0, :proxy=>nil}, :transport_class=>Elasticsearch::Transport::Transport::HTTP::Manticore, :level=>:debug, :file=>"logstash/outputs/elasticsearch/http_client.rb", :line=>"134", :method=>"build_client"}
  119. {:timestamp=>"2016-02-19T09:17:58.327000-0500", :message=>"Using mapping template from", :path=>nil, :level=>:info, :file=>"logstash/outputs/elasticsearch/template_manager.rb", :line=>"6", :method=>"install_template"}
  120. {:timestamp=>"2016-02-19T09:17:58.329000-0500", :message=>"Attempting to install template", :manage_template=>{"template"=>"logstash-*", "settings"=>{"index.refresh_interval"=>"5s"}, "mappings"=>{"_default_"=>{"_all"=>{"enabled"=>true, "omit_norms"=>true}, "dynamic_templates"=>[{"message_field"=>{"match"=>"message", "match_mapping_type"=>"string", "mapping"=>{"type"=>"string", "index"=>"analyzed", "omit_norms"=>true, "fielddata"=>{"format"=>"disabled"}}}}, {"string_fields"=>{"match"=>"*", "match_mapping_type"=>"string", "mapping"=>{"type"=>"string", "index"=>"analyzed", "omit_norms"=>true, "fielddata"=>{"format"=>"disabled"}, "fields"=>{"raw"=>{"type"=>"string", "index"=>"not_analyzed", "doc_values"=>true, "ignore_above"=>256}}}}}, {"float_fields"=>{"match"=>"*", "match_mapping_type"=>"float", "mapping"=>{"type"=>"float", "doc_values"=>true}}}, {"double_fields"=>{"match"=>"*", "match_mapping_type"=>"double", "mapping"=>{"type"=>"double", "doc_values"=>true}}}, {"byte_fields"=>{"match"=>"*", "match_mapping_type"=>"byte", "mapping"=>{"type"=>"byte", "doc_values"=>true}}}, {"short_fields"=>{"match"=>"*", "match_mapping_type"=>"short", "mapping"=>{"type"=>"short", "doc_values"=>true}}}, {"integer_fields"=>{"match"=>"*", "match_mapping_type"=>"integer", "mapping"=>{"type"=>"integer", "doc_values"=>true}}}, {"long_fields"=>{"match"=>"*", "match_mapping_type"=>"long", "mapping"=>{"type"=>"long", "doc_values"=>true}}}, {"date_fields"=>{"match"=>"*", "match_mapping_type"=>"date", "mapping"=>{"type"=>"date", "doc_values"=>true}}}, {"geo_point_fields"=>{"match"=>"*", "match_mapping_type"=>"geo_point", "mapping"=>{"type"=>"geo_point", "doc_values"=>true}}}], "properties"=>{"@timestamp"=>{"type"=>"date", "doc_values"=>true}, "@version"=>{"type"=>"string", "index"=>"not_analyzed", "doc_values"=>true}, "geoip"=>{"type"=>"object", "dynamic"=>true, "properties"=>{"ip"=>{"type"=>"ip", "doc_values"=>true}, "location"=>{"type"=>"geo_point", "doc_values"=>true}, "latitude"=>{"type"=>"float", "doc_values"=>true}, "longitude"=>{"type"=>"float", "doc_values"=>true}}}}}}}, :level=>:info, :file=>"logstash/outputs/elasticsearch/template_manager.rb", :line=>"8", :method=>"install_template"}
  121. {:timestamp=>"2016-02-19T09:17:58.336000-0500", :message=>"Found existing Elasticsearch template. Skipping template management", :name=>"logstash", :level=>:debug, :file=>"logstash/outputs/elasticsearch/http_client.rb", :line=>"30", :method=>"template_install"}
  122. {:timestamp=>"2016-02-19T09:17:58.338000-0500", :message=>"New Elasticsearch output", :class=>"LogStash::Outputs::ElasticSearch", :hosts=>["localhost:9200"], :level=>:info, :file=>"logstash/outputs/elasticsearch/common.rb", :line=>"19", :method=>"register"}
  123. {:timestamp=>"2016-02-19T09:17:58.344000-0500", :message=>"Pipeline started", :level=>:info, :file=>"logstash/pipeline.rb", :line=>"109", :method=>"run"}
  124. {:timestamp=>"2016-02-19T09:17:59.328000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:17:58 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  125. {:timestamp=>"2016-02-19T09:17:59.342000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:17:58 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  126. {:timestamp=>"2016-02-19T09:18:00.334000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:17:59 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  127. {:timestamp=>"2016-02-19T09:18:00.347000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:17:59 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  128. {:timestamp=>"2016-02-19T09:18:01.339000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:00 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  129. {:timestamp=>"2016-02-19T09:18:01.351000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:00 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  130. {:timestamp=>"2016-02-19T09:18:02.344000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:01 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  131. {:timestamp=>"2016-02-19T09:18:02.355000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:01 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  132. {:timestamp=>"2016-02-19T09:18:03.350000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:02 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  133. {:timestamp=>"2016-02-19T09:18:03.360000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:02 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  134. {:timestamp=>"2016-02-19T09:18:04.357000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:03 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  135. {:timestamp=>"2016-02-19T09:18:04.364000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:03 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  136. {:timestamp=>"2016-02-19T09:18:05.363000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:04 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  137. {:timestamp=>"2016-02-19T09:18:05.368000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:04 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  138. {:timestamp=>"2016-02-19T09:18:06.370000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:05 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  139. {:timestamp=>"2016-02-19T09:18:06.373000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:05 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  140. {:timestamp=>"2016-02-19T09:18:07.375000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:06 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  141. {:timestamp=>"2016-02-19T09:18:07.377000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:06 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  142. {:timestamp=>"2016-02-19T09:18:08.380000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:07 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  143. {:timestamp=>"2016-02-19T09:18:08.383000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:07 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  144. {:timestamp=>"2016-02-19T09:18:09.385000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:08 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  145. {:timestamp=>"2016-02-19T09:18:09.386000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:08 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  146. {:timestamp=>"2016-02-19T09:18:10.390000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:09 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  147. {:timestamp=>"2016-02-19T09:18:10.391000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:09 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  148. {:timestamp=>"2016-02-19T09:18:11.204000-0500", :message=>"_globbed_files: /var/log/fortigate/fg.log: glob is: [\"/var/log/fortigate/fg.log\"]", :level=>:debug, :file=>"filewatch/watch.rb", :line=>"326", :method=>"_globbed_files"}
  149. {:timestamp=>"2016-02-19T09:18:11.396000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:10 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  150. {:timestamp=>"2016-02-19T09:18:11.396000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:10 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  151. {:timestamp=>"2016-02-19T09:18:12.401000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:11 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  152. {:timestamp=>"2016-02-19T09:18:12.404000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:11 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  153. {:timestamp=>"2016-02-19T09:18:13.406000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:12 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  154. {:timestamp=>"2016-02-19T09:18:13.409000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:12 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  155. {:timestamp=>"2016-02-19T09:18:14.411000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:13 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  156. {:timestamp=>"2016-02-19T09:18:14.414000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:13 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  157. {:timestamp=>"2016-02-19T09:18:15.417000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:14 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  158. {:timestamp=>"2016-02-19T09:18:15.419000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:14 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  159. {:timestamp=>"2016-02-19T09:18:16.422000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:15 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  160. {:timestamp=>"2016-02-19T09:18:16.425000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:15 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  161. {:timestamp=>"2016-02-19T09:18:17.427000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5e7ea17d @operations_mutex=#<Mutex:0x50b944c2>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0x5486ca0d>, @submit_proc=#<Proc:0x3ada70fd@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:16 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x20dfbc30>, @buffer=[], @flush_thread=#<Thread:0x426bdc84 run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
  162. {:timestamp=>"2016-02-19T09:18:17.430000-0500", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x5117b75 @operations_mutex=#<Mutex:0xbd695a7>, @max_size=500, @operations_lock=#<Java::JavaUtilConcurrentLocks::ReentrantLock:0xfe91005>, @submit_proc=#<Proc:0x442f8f67@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.4.1-java/lib/logstash/outputs/elasticsearch/common.rb:55>, @logger=#<Cabin::Channel:0x7beb51e8 @metrics=#<Cabin::Metrics:0x3cc51fa8 @metrics_lock=#<Mutex:0x2ac460d3>, @metrics={}, @channel=#<Cabin::Channel:0x7beb51e8 ...>>, @subscriber_lock=#<Mutex:0x12a8965b>, @level=:debug, @subscribers={12688=>#<Cabin::Outputs::IO:0x27c1906d @io=#<File:/var/log/logstash/logstash.log>, @lock=#<Mutex:0x2e8abebe>>}, @data={}>, @last_flush=2016-02-19 09:18:16 -0500, @flush_interval=1, @stopping=#<Concurrent::AtomicBoolean:0x7846ef7a>, @buffer=[], @flush_thread=#<Thread:0x24f85bcc run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement