Advertisement
Guest User

Logstash single pipeline

a guest
Apr 18th, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.03 KB | None | 0 0
  1. Sending Logstash's logs to /Users/casmeiron/Developer/tools/logstash-6.2.3/logs which is now configured via log4j2.properties
  2. [2018-04-18T16:01:13,600][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"fb_apache", :directory=>"/Users/casmeiron/Developer/tools/logstash-6.2.3/modules/fb_apache/configuration"}
  3. [2018-04-18T16:01:13,609][DEBUG][logstash.plugins.registry] Adding plugin to the registry {:name=>"fb_apache", :type=>:modules, :class=>#<LogStash::Modules::Scaffold:0x3e802720 @module_name="fb_apache", @directory="/Users/casmeiron/Developer/tools/logstash-6.2.3/modules/fb_apache/configuration", @kibana_version_parts=["6", "0", "0"]>}
  4. [2018-04-18T16:01:13,618][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"netflow", :directory=>"/Users/casmeiron/Developer/tools/logstash-6.2.3/modules/netflow/configuration"}
  5. [2018-04-18T16:01:13,619][DEBUG][logstash.plugins.registry] Adding plugin to the registry {:name=>"netflow", :type=>:modules, :class=>#<LogStash::Modules::Scaffold:0x27e54c4e @module_name="netflow", @directory="/Users/casmeiron/Developer/tools/logstash-6.2.3/modules/netflow/configuration", @kibana_version_parts=["6", "0", "0"]>}
  6. [2018-04-18T16:01:13,974][DEBUG][logstash.runner ] -------- Logstash Settings (* means modified) ---------
  7. [2018-04-18T16:01:13,974][DEBUG][logstash.runner ] node.name: "casmeiron-macbook.local"
  8. [2018-04-18T16:01:13,974][DEBUG][logstash.runner ] path.data: "/Users/casmeiron/Developer/tools/logstash-6.2.3/data"
  9. [2018-04-18T16:01:13,974][DEBUG][logstash.runner ] modules.cli: []
  10. [2018-04-18T16:01:13,975][DEBUG][logstash.runner ] modules: []
  11. [2018-04-18T16:01:13,975][DEBUG][logstash.runner ] modules_setup: false
  12. [2018-04-18T16:01:13,975][DEBUG][logstash.runner ] config.test_and_exit: false
  13. [2018-04-18T16:01:13,975][DEBUG][logstash.runner ] config.reload.automatic: false
  14. [2018-04-18T16:01:13,975][DEBUG][logstash.runner ] config.reload.interval: 3000000000
  15. [2018-04-18T16:01:13,976][DEBUG][logstash.runner ] config.support_escapes: false
  16. [2018-04-18T16:01:13,976][DEBUG][logstash.runner ] metric.collect: true
  17. [2018-04-18T16:01:13,976][DEBUG][logstash.runner ] pipeline.id: "main"
  18. [2018-04-18T16:01:13,977][DEBUG][logstash.runner ] pipeline.system: false
  19. [2018-04-18T16:01:13,977][DEBUG][logstash.runner ] pipeline.workers: 8
  20. [2018-04-18T16:01:13,977][DEBUG][logstash.runner ] pipeline.output.workers: 1
  21. [2018-04-18T16:01:13,977][DEBUG][logstash.runner ] pipeline.batch.size: 125
  22. [2018-04-18T16:01:13,977][DEBUG][logstash.runner ] pipeline.batch.delay: 50
  23. [2018-04-18T16:01:13,977][DEBUG][logstash.runner ] pipeline.unsafe_shutdown: false
  24. [2018-04-18T16:01:13,977][DEBUG][logstash.runner ] pipeline.java_execution: false
  25. [2018-04-18T16:01:13,978][DEBUG][logstash.runner ] pipeline.reloadable: true
  26. [2018-04-18T16:01:13,978][DEBUG][logstash.runner ] path.plugins: []
  27. [2018-04-18T16:01:13,978][DEBUG][logstash.runner ] config.debug: false
  28. [2018-04-18T16:01:13,978][DEBUG][logstash.runner ] *log.level: "debug" (default: "info")
  29. [2018-04-18T16:01:13,978][DEBUG][logstash.runner ] version: false
  30. [2018-04-18T16:01:13,979][DEBUG][logstash.runner ] help: false
  31. [2018-04-18T16:01:13,979][DEBUG][logstash.runner ] log.format: "plain"
  32. [2018-04-18T16:01:13,980][DEBUG][logstash.runner ] http.host: "127.0.0.1"
  33. [2018-04-18T16:01:13,980][DEBUG][logstash.runner ] http.port: 9600..9700
  34. [2018-04-18T16:01:13,980][DEBUG][logstash.runner ] http.environment: "production"
  35. [2018-04-18T16:01:13,980][DEBUG][logstash.runner ] *queue.type: "persisted" (default: "memory")
  36. [2018-04-18T16:01:13,982][DEBUG][logstash.runner ] queue.drain: false
  37. [2018-04-18T16:01:13,983][DEBUG][logstash.runner ] queue.page_capacity: 67108864
  38. [2018-04-18T16:01:13,983][DEBUG][logstash.runner ] queue.max_bytes: 1073741824
  39. [2018-04-18T16:01:13,983][DEBUG][logstash.runner ] queue.max_events: 0
  40. [2018-04-18T16:01:13,983][DEBUG][logstash.runner ] queue.checkpoint.acks: 1024
  41. [2018-04-18T16:01:13,983][DEBUG][logstash.runner ] queue.checkpoint.writes: 1024
  42. [2018-04-18T16:01:13,983][DEBUG][logstash.runner ] queue.checkpoint.interval: 1000
  43. [2018-04-18T16:01:13,984][DEBUG][logstash.runner ] dead_letter_queue.enable: false
  44. [2018-04-18T16:01:13,984][DEBUG][logstash.runner ] dead_letter_queue.max_bytes: 1073741824
  45. [2018-04-18T16:01:13,984][DEBUG][logstash.runner ] slowlog.threshold.warn: -1
  46. [2018-04-18T16:01:13,984][DEBUG][logstash.runner ] slowlog.threshold.info: -1
  47. [2018-04-18T16:01:13,984][DEBUG][logstash.runner ] slowlog.threshold.debug: -1
  48. [2018-04-18T16:01:13,984][DEBUG][logstash.runner ] slowlog.threshold.trace: -1
  49. [2018-04-18T16:01:13,984][DEBUG][logstash.runner ] keystore.classname: "org.logstash.secret.store.backend.JavaKeyStore"
  50. [2018-04-18T16:01:13,984][DEBUG][logstash.runner ] keystore.file: "/Users/casmeiron/Developer/tools/logstash-6.2.3/config/logstash.keystore"
  51. [2018-04-18T16:01:13,984][DEBUG][logstash.runner ] path.queue: "/Users/casmeiron/Developer/tools/logstash-6.2.3/data/queue"
  52. [2018-04-18T16:01:13,985][DEBUG][logstash.runner ] path.dead_letter_queue: "/Users/casmeiron/Developer/tools/logstash-6.2.3/data/dead_letter_queue"
  53. [2018-04-18T16:01:13,985][DEBUG][logstash.runner ] path.settings: "/Users/casmeiron/Developer/tools/logstash-6.2.3/config"
  54. [2018-04-18T16:01:13,985][DEBUG][logstash.runner ] path.logs: "/Users/casmeiron/Developer/tools/logstash-6.2.3/logs"
  55. [2018-04-18T16:01:13,985][DEBUG][logstash.runner ] --------------- Logstash Settings -------------------
  56. [2018-04-18T16:01:14,043][DEBUG][logstash.config.source.multilocal] Reading pipeline configurations from YAML {:location=>"/Users/casmeiron/Developer/tools/logstash-6.2.3/config/pipelines.yml"}
  57. [2018-04-18T16:01:14,159][DEBUG][logstash.agent ] Setting up metric collection
  58. [2018-04-18T16:01:14,257][DEBUG][logstash.instrument.periodicpoller.os] Starting {:polling_interval=>5, :polling_timeout=>120}
  59. [2018-04-18T16:01:14,485][DEBUG][logstash.instrument.periodicpoller.jvm] Starting {:polling_interval=>5, :polling_timeout=>120}
  60. [2018-04-18T16:01:14,718][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  61. [2018-04-18T16:01:14,724][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  62. [2018-04-18T16:01:14,741][DEBUG][logstash.instrument.periodicpoller.persistentqueue] Starting {:polling_interval=>5, :polling_timeout=>120}
  63. [2018-04-18T16:01:14,756][DEBUG][logstash.instrument.periodicpoller.deadletterqueue] Starting {:polling_interval=>5, :polling_timeout=>120}
  64. [2018-04-18T16:01:14,824][INFO ][logstash.runner ] Starting Logstash {"logstash.version"=>"6.2.3"}
  65. [2018-04-18T16:01:14,842][DEBUG][logstash.agent ] Starting agent
  66. [2018-04-18T16:01:14,864][DEBUG][logstash.agent ] Starting puma
  67. [2018-04-18T16:01:14,888][DEBUG][logstash.agent ] Trying to start WebServer {:port=>9600}
  68. [2018-04-18T16:01:14,916][DEBUG][logstash.config.source.multilocal] Reading pipeline configurations from YAML {:location=>"/Users/casmeiron/Developer/tools/logstash-6.2.3/config/pipelines.yml"}
  69. [2018-04-18T16:01:15,088][DEBUG][logstash.api.service ] [api-service] start
  70. [2018-04-18T16:01:15,186][DEBUG][logstash.config.source.local.configpathloader] Skipping the following files while reading config since they don't match the specified glob pattern {:files=>["/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/abb_trio.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/alarm.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/config_env_desenv.sh", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/diagnostic.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/ping.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/plugins", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/teste2.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/teste3.conf"]}
  71. [2018-04-18T16:01:15,189][DEBUG][logstash.config.source.local.configpathloader] Reading config file {:config_file=>"/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/teste.conf"}
  72. [2018-04-18T16:01:15,212][DEBUG][logstash.config.source.local.configpathloader] Skipping the following files while reading config since they don't match the specified glob pattern {:files=>["/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/abb_trio.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/alarm.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/config_env_desenv.sh", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/diagnostic.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/ping.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/plugins", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/teste.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/teste3.conf"]}
  73. [2018-04-18T16:01:15,214][DEBUG][logstash.config.source.local.configpathloader] Reading config file {:config_file=>"/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/teste2.conf"}
  74. [2018-04-18T16:01:15,219][DEBUG][logstash.config.source.local.configpathloader] Skipping the following files while reading config since they don't match the specified glob pattern {:files=>["/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/abb_trio.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/alarm.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/config_env_desenv.sh", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/diagnostic.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/ping.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/plugins", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/teste.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/teste2.conf"]}
  75. [2018-04-18T16:01:15,221][DEBUG][logstash.config.source.local.configpathloader] Reading config file {:config_file=>"/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/teste3.conf"}
  76. [2018-04-18T16:01:15,292][DEBUG][logstash.agent ] Converging pipelines state {:actions_count=>3}
  77. [2018-04-18T16:01:15,298][DEBUG][logstash.agent ] Executing action {:action=>LogStash::PipelineAction::Create/pipeline_id:teste}
  78. [2018-04-18T16:01:15,329][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
  79. [2018-04-18T16:01:17,123][DEBUG][logstash.plugins.registry] On demand adding plugin to the registry {:name=>"mqtt", :type=>"input", :class=>LogStash::Inputs::Mqtt}
  80. [2018-04-18T16:01:17,355][DEBUG][logstash.plugins.registry] On demand adding plugin to the registry {:name=>"plain", :type=>"codec", :class=>LogStash::Codecs::Plain}
  81. [2018-04-18T16:01:17,397][DEBUG][logstash.codecs.plain ] config LogStash::Codecs::Plain/@id = "plain_0a6775e0-f701-41bd-b028-20810236f038"
  82. [2018-04-18T16:01:17,398][DEBUG][logstash.codecs.plain ] config LogStash::Codecs::Plain/@enable_metric = true
  83. [2018-04-18T16:01:17,398][DEBUG][logstash.codecs.plain ] config LogStash::Codecs::Plain/@charset = "UTF-8"
  84. [2018-04-18T16:01:17,419][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@topic = "/mqtt/persistence/teste"
  85. [2018-04-18T16:01:17,420][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@host = "localhost"
  86. [2018-04-18T16:01:17,420][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@username = "bestdeal"
  87. [2018-04-18T16:01:17,420][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@password = "kknd55"
  88. [2018-04-18T16:01:17,420][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@client_id = "pc-teste-mosquitto"
  89. [2018-04-18T16:01:17,421][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@clean_session = false
  90. [2018-04-18T16:01:17,421][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@qos = 1
  91. [2018-04-18T16:01:17,421][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@id = "fc6fe74289ac5bae9b5b1de7d2979e0a2dc761fc3cf04bdbcd3ad544778abbfb"
  92. [2018-04-18T16:01:17,421][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@enable_metric = true
  93. [2018-04-18T16:01:17,428][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@codec = <LogStash::Codecs::Plain id=>"plain_0a6775e0-f701-41bd-b028-20810236f038", enable_metric=>true, charset=>"UTF-8">
  94. [2018-04-18T16:01:17,429][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@add_field = {}
  95. [2018-04-18T16:01:17,429][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@port = 1883
  96. [2018-04-18T16:01:17,429][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@mqtt_version = "3.1.1"
  97. [2018-04-18T16:01:17,430][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@ssl = false
  98. [2018-04-18T16:01:17,431][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@will_topic = nil
  99. [2018-04-18T16:01:17,431][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@will_payload = ""
  100. [2018-04-18T16:01:17,432][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@will_qos = 0
  101. [2018-04-18T16:01:17,432][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@will_retain = false
  102. [2018-04-18T16:01:17,468][DEBUG][logstash.plugins.registry] On demand adding plugin to the registry {:name=>"json", :type=>"filter", :class=>LogStash::Filters::Json}
  103. [2018-04-18T16:01:17,540][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@source = "message"
  104. [2018-04-18T16:01:17,540][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@id = "5a406a0a40f57d0b038f48e13f88e6381b22c939a38f79c347c452c098c9b6fc"
  105. [2018-04-18T16:01:17,541][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@enable_metric = true
  106. [2018-04-18T16:01:17,541][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@add_tag = []
  107. [2018-04-18T16:01:17,541][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@remove_tag = []
  108. [2018-04-18T16:01:17,541][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@add_field = {}
  109. [2018-04-18T16:01:17,542][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@remove_field = []
  110. [2018-04-18T16:01:17,542][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@periodic_flush = false
  111. [2018-04-18T16:01:17,543][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@tag_on_failure = ["_jsonparsefailure"]
  112. [2018-04-18T16:01:17,545][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@skip_on_invalid_json = false
  113. [2018-04-18T16:01:17,580][DEBUG][logstash.plugins.registry] On demand adding plugin to the registry {:name=>"stdout", :type=>"output", :class=>LogStash::Outputs::Stdout}
  114. [2018-04-18T16:01:17,633][DEBUG][logstash.plugins.registry] On demand adding plugin to the registry {:name=>"rubydebug", :type=>"codec", :class=>LogStash::Codecs::RubyDebug}
  115. [2018-04-18T16:01:17,652][DEBUG][logstash.codecs.rubydebug] config LogStash::Codecs::RubyDebug/@id = "rubydebug_d412e5f4-96b4-466e-977a-cdceddacb7d3"
  116. [2018-04-18T16:01:17,652][DEBUG][logstash.codecs.rubydebug] config LogStash::Codecs::RubyDebug/@enable_metric = true
  117. [2018-04-18T16:01:17,652][DEBUG][logstash.codecs.rubydebug] config LogStash::Codecs::RubyDebug/@metadata = false
  118. [2018-04-18T16:01:18,800][DEBUG][logstash.outputs.stdout ] config LogStash::Outputs::Stdout/@codec = <LogStash::Codecs::RubyDebug id=>"rubydebug_d412e5f4-96b4-466e-977a-cdceddacb7d3", enable_metric=>true, metadata=>false>
  119. [2018-04-18T16:01:18,800][DEBUG][logstash.outputs.stdout ] config LogStash::Outputs::Stdout/@id = "a1da86278bf7f56b16124b47be921cca604b16cf076f64dd54e34ea1ff0e0317"
  120. [2018-04-18T16:01:18,800][DEBUG][logstash.outputs.stdout ] config LogStash::Outputs::Stdout/@enable_metric = true
  121. [2018-04-18T16:01:18,801][DEBUG][logstash.outputs.stdout ] config LogStash::Outputs::Stdout/@workers = 1
  122. [2018-04-18T16:01:18,846][DEBUG][org.logstash.ackedqueue.Queue] opening head page: 4, in: /Users/casmeiron/Developer/tools/logstash-6.2.3/data/queue/teste, with checkpoint: pageNum=4, firstUnackedPageNum=4, firstUnackedSeqNum=6, minSeqNum=5, elementCount=1, isFullyAcked=yes
  123. [2018-04-18T16:01:19,435][DEBUG][org.logstash.ackedqueue.io.AbstractByteBufferPageIO] PageIO recovery element index:1, readNextElement exception: Element seqNum 0 is expected to be 6
  124. [2018-04-18T16:01:19,684][INFO ][logstash.pipeline ] Starting pipeline {:pipeline_id=>"teste", "pipeline.workers"=>8, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>50}
  125. [2018-04-18T16:01:19,805][INFO ][logstash.pipeline ] Pipeline started succesfully {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 run>"}
  126. [2018-04-18T16:01:19,813][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  127. [2018-04-18T16:01:19,816][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  128. [2018-04-18T16:01:19,830][DEBUG][logstash.agent ] Executing action {:action=>LogStash::PipelineAction::Create/pipeline_id:teste2}
  129. [2018-04-18T16:01:20,419][DEBUG][logstash.pipeline ] filter received {"event"=>{"host"=>"casmeiron-macbook.local", "message"=>"{\"data\": 39092}", "@timestamp"=>2018-04-18T19:01:20.207Z, "@version"=>"1"}}
  130. [2018-04-18T16:01:20,446][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x6fcd25c7>}
  131. [2018-04-18T16:01:20,459][DEBUG][logstash.codecs.plain ] config LogStash::Codecs::Plain/@id = "plain_3c3bb3fb-8a25-4935-b337-21c6ff09d19b"
  132. [2018-04-18T16:01:20,459][DEBUG][logstash.codecs.plain ] config LogStash::Codecs::Plain/@enable_metric = true
  133. [2018-04-18T16:01:20,459][DEBUG][logstash.codecs.plain ] config LogStash::Codecs::Plain/@charset = "UTF-8"
  134. [2018-04-18T16:01:20,475][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@topic = "/mqtt/persistence/teste2"
  135. [2018-04-18T16:01:20,475][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@host = "localhost"
  136. [2018-04-18T16:01:20,475][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@username = "bestdeal"
  137. [2018-04-18T16:01:20,476][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@password = "kknd55"
  138. [2018-04-18T16:01:20,476][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@client_id = "pc-2"
  139. [2018-04-18T16:01:20,476][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@clean_session = false
  140. [2018-04-18T16:01:20,476][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@qos = 1
  141. [2018-04-18T16:01:20,477][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@id = "793f76a25b035090a4d0e5e997e9e3d5f215480b88de7f6f74b2a45a4bbb4687"
  142. [2018-04-18T16:01:20,477][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@enable_metric = true
  143. [2018-04-18T16:01:20,478][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@codec = <LogStash::Codecs::Plain id=>"plain_3c3bb3fb-8a25-4935-b337-21c6ff09d19b", enable_metric=>true, charset=>"UTF-8">
  144. [2018-04-18T16:01:20,478][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@add_field = {}
  145. [2018-04-18T16:01:20,478][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@port = 1883
  146. [2018-04-18T16:01:20,479][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@mqtt_version = "3.1.1"
  147. [2018-04-18T16:01:20,479][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@ssl = false
  148. [2018-04-18T16:01:20,479][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@will_topic = nil
  149. [2018-04-18T16:01:20,479][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@will_payload = ""
  150. [2018-04-18T16:01:20,479][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@will_qos = 0
  151. [2018-04-18T16:01:20,479][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@will_retain = false
  152. [2018-04-18T16:01:20,514][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x6fcd25c7>}
  153. [2018-04-18T16:01:20,523][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@source = "message"
  154. [2018-04-18T16:01:20,524][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@id = "b940a5b9692f9563da3c2d34a3f0124ad68c54e39f12bf3afb9b55a406ecfa28"
  155. [2018-04-18T16:01:20,524][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@enable_metric = true
  156. [2018-04-18T16:01:20,524][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@add_tag = []
  157. [2018-04-18T16:01:20,524][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@remove_tag = []
  158. [2018-04-18T16:01:20,526][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@add_field = {}
  159. [2018-04-18T16:01:20,528][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@remove_field = []
  160. [2018-04-18T16:01:20,528][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@periodic_flush = false
  161. [2018-04-18T16:01:20,529][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@tag_on_failure = ["_jsonparsefailure"]
  162. [2018-04-18T16:01:20,529][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@skip_on_invalid_json = false
  163. [2018-04-18T16:01:20,544][DEBUG][logstash.pipeline ] output received {"event"=>{"host"=>"casmeiron-macbook.local", "message"=>"{\"data\": 39092}", "data"=>39092, "@timestamp"=>2018-04-18T19:01:20.207Z, "@version"=>"1"}}
  164. [2018-04-18T16:01:20,572][DEBUG][logstash.codecs.rubydebug] config LogStash::Codecs::RubyDebug/@id = "rubydebug_66ccef66-9efe-44b4-a503-3040459143fd"
  165. [2018-04-18T16:01:20,573][DEBUG][logstash.codecs.rubydebug] config LogStash::Codecs::RubyDebug/@enable_metric = true
  166. [2018-04-18T16:01:20,573][DEBUG][logstash.codecs.rubydebug] config LogStash::Codecs::RubyDebug/@metadata = false
  167. [2018-04-18T16:01:20,580][DEBUG][logstash.outputs.stdout ] config LogStash::Outputs::Stdout/@codec = <LogStash::Codecs::RubyDebug id=>"rubydebug_66ccef66-9efe-44b4-a503-3040459143fd", enable_metric=>true, metadata=>false>
  168. [2018-04-18T16:01:20,581][DEBUG][logstash.outputs.stdout ] config LogStash::Outputs::Stdout/@id = "18080fc0dba9a8cab7d50f75b1961a04b4ff0820c7dc0a76dafb727f35211932"
  169. [2018-04-18T16:01:20,581][DEBUG][logstash.outputs.stdout ] config LogStash::Outputs::Stdout/@enable_metric = true
  170. [2018-04-18T16:01:20,582][DEBUG][logstash.outputs.stdout ] config LogStash::Outputs::Stdout/@workers = 1
  171. [2018-04-18T16:01:20,750][DEBUG][org.logstash.ackedqueue.Queue] No head checkpoint found at: checkpoint.head, creating new head page
  172. [2018-04-18T16:01:20,802][INFO ][logstash.pipeline ] Starting pipeline {:pipeline_id=>"teste2", "pipeline.workers"=>8, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>50}
  173. [2018-04-18T16:01:20,827][INFO ][logstash.pipeline ] Pipeline started succesfully {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  174. [2018-04-18T16:01:20,829][DEBUG][logstash.agent ] Executing action {:action=>LogStash::PipelineAction::Create/pipeline_id:teste3}
  175. {
  176. "host" => "casmeiron-macbook.local",
  177. "message" => "{\"data\": 39092}",
  178. "data" => 39092,
  179. "@timestamp" => 2018-04-18T19:01:20.207Z,
  180. "@version" => "1"
  181. }
  182. [2018-04-18T16:01:21,395][DEBUG][logstash.codecs.plain ] config LogStash::Codecs::Plain/@id = "plain_326967f0-8e32-434a-b059-bd06eb67a25d"
  183. [2018-04-18T16:01:21,396][DEBUG][logstash.codecs.plain ] config LogStash::Codecs::Plain/@enable_metric = true
  184. [2018-04-18T16:01:21,396][DEBUG][logstash.codecs.plain ] config LogStash::Codecs::Plain/@charset = "UTF-8"
  185. [2018-04-18T16:01:21,403][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@topic = "/mqtt/persistence/teste3"
  186. [2018-04-18T16:01:21,404][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@host = "localhost"
  187. [2018-04-18T16:01:21,404][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@username = "bestdeal"
  188. [2018-04-18T16:01:21,404][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@password = "kknd55"
  189. [2018-04-18T16:01:21,404][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@client_id = "pc3"
  190. [2018-04-18T16:01:21,404][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@clean_session = false
  191. [2018-04-18T16:01:21,405][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@qos = 1
  192. [2018-04-18T16:01:21,405][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@id = "243c6cf60e0788090dcee431ffda4a6fcc213b71ca537ac35227cf8469ac01f3"
  193. [2018-04-18T16:01:21,405][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@enable_metric = true
  194. [2018-04-18T16:01:21,407][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@codec = <LogStash::Codecs::Plain id=>"plain_326967f0-8e32-434a-b059-bd06eb67a25d", enable_metric=>true, charset=>"UTF-8">
  195. [2018-04-18T16:01:21,407][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@add_field = {}
  196. [2018-04-18T16:01:21,407][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@port = 1883
  197. [2018-04-18T16:01:21,407][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@mqtt_version = "3.1.1"
  198. [2018-04-18T16:01:21,408][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@ssl = false
  199. [2018-04-18T16:01:21,408][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@will_topic = nil
  200. [2018-04-18T16:01:21,408][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@will_payload = ""
  201. [2018-04-18T16:01:21,408][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@will_qos = 0
  202. [2018-04-18T16:01:21,408][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@will_retain = false
  203. [2018-04-18T16:01:21,449][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@source = "message"
  204. [2018-04-18T16:01:21,449][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@id = "48d6ce3d377bfd7fb09dccd8b84de9937d58fb62f7b3249201ae67bc80bf9024"
  205. [2018-04-18T16:01:21,450][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@enable_metric = true
  206. [2018-04-18T16:01:21,450][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@add_tag = []
  207. [2018-04-18T16:01:21,450][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@remove_tag = []
  208. [2018-04-18T16:01:21,450][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@add_field = {}
  209. [2018-04-18T16:01:21,450][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@remove_field = []
  210. [2018-04-18T16:01:21,451][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@periodic_flush = false
  211. [2018-04-18T16:01:21,451][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@tag_on_failure = ["_jsonparsefailure"]
  212. [2018-04-18T16:01:21,453][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@skip_on_invalid_json = false
  213. [2018-04-18T16:01:21,481][DEBUG][logstash.codecs.rubydebug] config LogStash::Codecs::RubyDebug/@id = "rubydebug_ed3bf736-0342-4679-9e78-201d80a7d788"
  214. [2018-04-18T16:01:21,481][DEBUG][logstash.codecs.rubydebug] config LogStash::Codecs::RubyDebug/@enable_metric = true
  215. [2018-04-18T16:01:21,481][DEBUG][logstash.codecs.rubydebug] config LogStash::Codecs::RubyDebug/@metadata = false
  216. [2018-04-18T16:01:21,488][DEBUG][logstash.outputs.stdout ] config LogStash::Outputs::Stdout/@codec = <LogStash::Codecs::RubyDebug id=>"rubydebug_ed3bf736-0342-4679-9e78-201d80a7d788", enable_metric=>true, metadata=>false>
  217. [2018-04-18T16:01:21,489][DEBUG][logstash.outputs.stdout ] config LogStash::Outputs::Stdout/@id = "197a8b7dfcabdd0caf396bdd84ce7d93cc45dac90c653576375fd3daa420387f"
  218. [2018-04-18T16:01:21,489][DEBUG][logstash.outputs.stdout ] config LogStash::Outputs::Stdout/@enable_metric = true
  219. [2018-04-18T16:01:21,489][DEBUG][logstash.outputs.stdout ] config LogStash::Outputs::Stdout/@workers = 1
  220. [2018-04-18T16:01:21,495][DEBUG][org.logstash.ackedqueue.Queue] No head checkpoint found at: checkpoint.head, creating new head page
  221. [2018-04-18T16:01:21,515][INFO ][logstash.pipeline ] Starting pipeline {:pipeline_id=>"teste3", "pipeline.workers"=>8, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>50}
  222. [2018-04-18T16:01:21,541][INFO ][logstash.pipeline ] Pipeline started succesfully {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  223. [2018-04-18T16:01:21,660][INFO ][logstash.agent ] Pipelines running {:count=>3, :pipelines=>["teste", "teste2", "teste3"]}
  224. [2018-04-18T16:01:24,823][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  225. [2018-04-18T16:01:24,845][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  226. [2018-04-18T16:01:24,847][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  227. [2018-04-18T16:01:25,829][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  228. [2018-04-18T16:01:26,536][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  229. [2018-04-18T16:01:29,830][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  230. [2018-04-18T16:01:29,870][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  231. [2018-04-18T16:01:29,871][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  232. [2018-04-18T16:01:30,831][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  233. [2018-04-18T16:01:31,539][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  234. [2018-04-18T16:01:34,835][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  235. [2018-04-18T16:01:34,892][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  236. [2018-04-18T16:01:34,893][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  237. [2018-04-18T16:01:35,836][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  238. [2018-04-18T16:01:36,542][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  239. [2018-04-18T16:01:39,840][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  240. [2018-04-18T16:01:39,902][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  241. [2018-04-18T16:01:39,903][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  242. [2018-04-18T16:01:40,840][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  243. [2018-04-18T16:01:41,547][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  244. [2018-04-18T16:01:44,841][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  245. [2018-04-18T16:01:44,910][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  246. [2018-04-18T16:01:44,910][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  247. [2018-04-18T16:01:45,840][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  248. [2018-04-18T16:01:46,548][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  249. [2018-04-18T16:01:49,846][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  250. [2018-04-18T16:01:49,919][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  251. [2018-04-18T16:01:49,920][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  252. [2018-04-18T16:01:50,845][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  253. [2018-04-18T16:01:51,553][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  254. [2018-04-18T16:01:54,847][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  255. [2018-04-18T16:01:54,935][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  256. [2018-04-18T16:01:54,935][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  257. [2018-04-18T16:01:55,848][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  258. [2018-04-18T16:01:56,556][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  259. [2018-04-18T16:01:59,853][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  260. [2018-04-18T16:01:59,949][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  261. [2018-04-18T16:01:59,949][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  262. [2018-04-18T16:02:00,852][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  263. [2018-04-18T16:02:01,560][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  264. [2018-04-18T16:02:04,857][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  265. [2018-04-18T16:02:04,958][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  266. [2018-04-18T16:02:04,959][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  267. [2018-04-18T16:02:05,857][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  268. [2018-04-18T16:02:06,561][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  269. [2018-04-18T16:02:09,859][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  270. [2018-04-18T16:02:09,964][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  271. [2018-04-18T16:02:09,965][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  272. [2018-04-18T16:02:10,860][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  273. [2018-04-18T16:02:11,564][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  274. [2018-04-18T16:02:14,867][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  275. [2018-04-18T16:02:14,972][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  276. [2018-04-18T16:02:14,974][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  277. [2018-04-18T16:02:15,866][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  278. [2018-04-18T16:02:16,568][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  279. [2018-04-18T16:02:19,871][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  280. [2018-04-18T16:02:19,981][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  281. [2018-04-18T16:02:19,982][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  282. [2018-04-18T16:02:20,868][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  283. [2018-04-18T16:02:21,572][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  284. [2018-04-18T16:02:24,874][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  285. [2018-04-18T16:02:24,994][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  286. [2018-04-18T16:02:24,995][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  287. [2018-04-18T16:02:25,869][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  288. [2018-04-18T16:02:26,575][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  289. [2018-04-18T16:02:29,877][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  290. [2018-04-18T16:02:30,009][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  291. [2018-04-18T16:02:30,011][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  292. [2018-04-18T16:02:30,874][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  293. [2018-04-18T16:02:31,577][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  294. [2018-04-18T16:02:34,879][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  295. [2018-04-18T16:02:35,022][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  296. [2018-04-18T16:02:35,022][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  297. [2018-04-18T16:02:35,878][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  298. [2018-04-18T16:02:36,580][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  299. [2018-04-18T16:02:39,883][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  300. [2018-04-18T16:02:40,031][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  301. [2018-04-18T16:02:40,038][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  302. [2018-04-18T16:02:40,881][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  303. [2018-04-18T16:02:41,584][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  304. [2018-04-18T16:02:44,892][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  305. [2018-04-18T16:02:45,047][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  306. [2018-04-18T16:02:45,047][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  307. [2018-04-18T16:02:45,885][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  308. [2018-04-18T16:02:46,589][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  309. [2018-04-18T16:02:49,896][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  310. [2018-04-18T16:02:50,053][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  311. [2018-04-18T16:02:50,054][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  312. [2018-04-18T16:02:50,889][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  313. ^C[2018-04-18T16:02:51,175][WARN ][logstash.runner ] SIGINT received. Shutting down.
  314. [2018-04-18T16:02:51,209][DEBUG][logstash.instrument.periodicpoller.os] Stopping
  315. [2018-04-18T16:02:51,239][DEBUG][logstash.instrument.periodicpoller.jvm] Stopping
  316. [2018-04-18T16:02:51,241][DEBUG][logstash.instrument.periodicpoller.persistentqueue] Stopping
  317. [2018-04-18T16:02:51,242][DEBUG][logstash.instrument.periodicpoller.deadletterqueue] Stopping
  318. [2018-04-18T16:02:51,332][DEBUG][logstash.agent ] Shutting down all pipelines {:pipelines_count=>3}
  319. [2018-04-18T16:02:51,345][DEBUG][logstash.agent ] Converging pipelines state {:actions_count=>3}
  320. [2018-04-18T16:02:51,347][DEBUG][logstash.agent ] Executing action {:action=>LogStash::PipelineAction::Stop/pipeline_id:teste}
  321. [2018-04-18T16:02:51,394][DEBUG][logstash.pipeline ] Stopping inputs {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  322. [2018-04-18T16:02:51,399][DEBUG][logstash.inputs.mqtt ] Stopping {:plugin=>"LogStash::Inputs::Mqtt"}
  323. [2018-04-18T16:02:51,404][DEBUG][logstash.pipeline ] Stopped inputs {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  324. [2018-04-18T16:02:51,562][DEBUG][logstash.inputs.mqtt ] Closing {:plugin=>"LogStash::Inputs::Mqtt"}
  325. [2018-04-18T16:02:51,571][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 sleep>"}
  326. [2018-04-18T16:02:51,573][DEBUG][logstash.pipeline ] Shutting down filter/output workers {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 run>"}
  327. [2018-04-18T16:02:51,584][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste", :thread=>"#<Thread:0x78d697af@[teste]>worker0 run>"}
  328. [2018-04-18T16:02:51,586][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste", :thread=>"#<Thread:0x1c0c7c4f@[teste]>worker1 run>"}
  329. [2018-04-18T16:02:51,586][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste", :thread=>"#<Thread:0x7664032f@[teste]>worker2 run>"}
  330. [2018-04-18T16:02:51,587][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste", :thread=>"#<Thread:0x3a689dcb@[teste]>worker3 run>"}
  331. [2018-04-18T16:02:51,587][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste", :thread=>"#<Thread:0x4a27654c@[teste]>worker4 run>"}
  332. [2018-04-18T16:02:51,587][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste", :thread=>"#<Thread:0x3ad130bb@[teste]>worker5 run>"}
  333. [2018-04-18T16:02:51,592][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste", :thread=>"#<Thread:0x34da97ad@[teste]>worker6 run>"}
  334. [2018-04-18T16:02:51,593][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste", :thread=>"#<Thread:0x842a1da@[teste]>worker7 run>"}
  335. [2018-04-18T16:02:51,593][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  336. [2018-04-18T16:02:51,596][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste", :thread=>"#<Thread:0x78d697af@[teste]>worker0 run>"}
  337. [2018-04-18T16:02:51,729][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste", :thread=>"#<Thread:0x1c0c7c4f@[teste]>worker1 dead>"}
  338. [2018-04-18T16:02:51,730][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste", :thread=>"#<Thread:0x7664032f@[teste]>worker2 dead>"}
  339. [2018-04-18T16:02:51,730][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste", :thread=>"#<Thread:0x3a689dcb@[teste]>worker3 dead>"}
  340. [2018-04-18T16:02:51,731][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste", :thread=>"#<Thread:0x4a27654c@[teste]>worker4 dead>"}
  341. [2018-04-18T16:02:51,731][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste", :thread=>"#<Thread:0x3ad130bb@[teste]>worker5 dead>"}
  342. [2018-04-18T16:02:51,731][DEBUG][logstash.pipeline ] Worker terminated {:pipeline_id=>"teste", :thread=>"#<Thread:0x78d697af@[teste]>worker0 dead>"}
  343. [2018-04-18T16:02:51,731][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste", :thread=>"#<Thread:0x34da97ad@[teste]>worker6 dead>"}
  344. [2018-04-18T16:02:51,731][DEBUG][logstash.pipeline ] Worker terminated {:pipeline_id=>"teste", :thread=>"#<Thread:0x1c0c7c4f@[teste]>worker1 dead>"}
  345. [2018-04-18T16:02:51,731][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste", :thread=>"#<Thread:0x842a1da@[teste]>worker7 dead>"}
  346. [2018-04-18T16:02:51,732][DEBUG][logstash.pipeline ] Worker terminated {:pipeline_id=>"teste", :thread=>"#<Thread:0x7664032f@[teste]>worker2 dead>"}
  347. [2018-04-18T16:02:51,732][DEBUG][logstash.pipeline ] Worker terminated {:pipeline_id=>"teste", :thread=>"#<Thread:0x3a689dcb@[teste]>worker3 dead>"}
  348. [2018-04-18T16:02:51,732][DEBUG][logstash.pipeline ] Worker terminated {:pipeline_id=>"teste", :thread=>"#<Thread:0x4a27654c@[teste]>worker4 dead>"}
  349. [2018-04-18T16:02:51,732][DEBUG][logstash.pipeline ] Worker terminated {:pipeline_id=>"teste", :thread=>"#<Thread:0x3ad130bb@[teste]>worker5 dead>"}
  350. [2018-04-18T16:02:51,732][DEBUG][logstash.pipeline ] Worker terminated {:pipeline_id=>"teste", :thread=>"#<Thread:0x34da97ad@[teste]>worker6 dead>"}
  351. [2018-04-18T16:02:51,733][DEBUG][logstash.pipeline ] Worker terminated {:pipeline_id=>"teste", :thread=>"#<Thread:0x842a1da@[teste]>worker7 dead>"}
  352. [2018-04-18T16:02:51,740][DEBUG][logstash.filters.json ] Closing {:plugin=>"LogStash::Filters::Json"}
  353. [2018-04-18T16:02:51,753][DEBUG][logstash.outputs.stdout ] Closing {:plugin=>"LogStash::Outputs::Stdout"}
  354. [2018-04-18T16:02:51,952][INFO ][logstash.pipeline ] Pipeline has terminated {:pipeline_id=>"teste", :thread=>"#<Thread:0x3047d235 run>"}
  355. [2018-04-18T16:02:51,960][DEBUG][logstash.agent ] Executing action {:action=>LogStash::PipelineAction::Stop/pipeline_id:teste2}
  356. [2018-04-18T16:02:51,964][DEBUG][logstash.pipeline ] Stopping inputs {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  357. [2018-04-18T16:02:51,964][DEBUG][logstash.inputs.mqtt ] Stopping {:plugin=>"LogStash::Inputs::Mqtt"}
  358. [2018-04-18T16:02:51,969][DEBUG][logstash.pipeline ] Stopped inputs {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  359. [2018-04-18T16:02:52,178][DEBUG][logstash.inputs.mqtt ] Closing {:plugin=>"LogStash::Inputs::Mqtt"}
  360. [2018-04-18T16:02:52,182][ERROR][logstash.agent ] Failed to execute action {:action=>LogStash::PipelineAction::Stop/pipeline_id:teste2, :exception=>"LogStash::Util::WrappedAckedQueue::QueueClosedError", :message=>"Attempted to write an event to a closed AckedQueue", :backtrace=>["/Users/casmeiron/Developer/tools/logstash-6.2.3/logstash-core/lib/logstash/util/wrapped_acked_queue.rb:291:in `push'", "/Users/casmeiron/Developer/tools/logstash-6.2.3/logstash-core/lib/logstash/instrument/wrapped_write_client.rb:29:in `push'", "/Users/casmeiron/Developer/tools/logstash-6.2.3/vendor/local_gems/3e144b21/logstash-input-paho-mqtt-0.1.2/lib/logstash/inputs/mqtt.rb:60:in `block in run'", "/Users/casmeiron/Developer/tools/logstash-6.2.3/vendor/bundle/jruby/2.3.0/gems/logstash-codec-plain-3.0.6/lib/logstash/codecs/plain.rb:35:in `decode'", "/Users/casmeiron/Developer/tools/logstash-6.2.3/vendor/local_gems/3e144b21/logstash-input-paho-mqtt-0.1.2/lib/logstash/inputs/mqtt.rb:55:in `block in run'", "/Users/casmeiron/Developer/tools/logstash-6.2.3/vendor/bundle/jruby/2.3.0/gems/paho-mqtt-1.0.7/lib/paho_mqtt/handler.rb:145:in `handle_publish'", "/Users/casmeiron/Developer/tools/logstash-6.2.3/vendor/bundle/jruby/2.3.0/gems/paho-mqtt-1.0.7/lib/paho_mqtt/handler.rb:57:in `handle_packet'", "/Users/casmeiron/Developer/tools/logstash-6.2.3/vendor/bundle/jruby/2.3.0/gems/paho-mqtt-1.0.7/lib/paho_mqtt/handler.rb:47:in `receive_packet'", "/Users/casmeiron/Developer/tools/logstash-6.2.3/vendor/bundle/jruby/2.3.0/gems/paho-mqtt-1.0.7/lib/paho_mqtt/client.rb:163:in `block in loop_read'", "org/jruby/RubyFixnum.java:299:in `times'", "/Users/casmeiron/Developer/tools/logstash-6.2.3/vendor/bundle/jruby/2.3.0/gems/paho-mqtt-1.0.7/lib/paho_mqtt/client.rb:161:in `loop_read'", "/Users/casmeiron/Developer/tools/logstash-6.2.3/vendor/bundle/jruby/2.3.0/gems/paho-mqtt-1.0.7/lib/paho_mqtt/client.rb:175:in `mqtt_loop'", "/Users/casmeiron/Developer/tools/logstash-6.2.3/vendor/bundle/jruby/2.3.0/gems/paho-mqtt-1.0.7/lib/paho_mqtt/client.rb:128:in `block in daemon_mode'"]}
  361. [2018-04-18T16:02:52,191][DEBUG][logstash.agent ] Executing action {:action=>LogStash::PipelineAction::Stop/pipeline_id:teste3}
  362. [2018-04-18T16:02:52,193][DEBUG][logstash.pipeline ] Stopping inputs {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  363. [2018-04-18T16:02:52,194][DEBUG][logstash.inputs.mqtt ] Stopping {:plugin=>"LogStash::Inputs::Mqtt"}
  364. [2018-04-18T16:02:52,194][DEBUG][logstash.pipeline ] Stopped inputs {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  365. [2018-04-18T16:02:52,248][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 sleep>"}
  366. [2018-04-18T16:02:52,249][DEBUG][logstash.pipeline ] Shutting down filter/output workers {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 run>"}
  367. [2018-04-18T16:02:52,250][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste2", :thread=>"#<Thread:0x5e8d813b@[teste2]>worker0 run>"}
  368. [2018-04-18T16:02:52,251][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste2", :thread=>"#<Thread:0x6b34b0c8@[teste2]>worker1 run>"}
  369. [2018-04-18T16:02:52,251][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste2", :thread=>"#<Thread:0x7f601997@[teste2]>worker2 run>"}
  370. [2018-04-18T16:02:52,251][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste2", :thread=>"#<Thread:0x5db27e6d@[teste2]>worker3 run>"}
  371. [2018-04-18T16:02:52,251][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste2", :thread=>"#<Thread:0x59266549@[teste2]>worker4 run>"}
  372. [2018-04-18T16:02:52,251][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste2", :thread=>"#<Thread:0x75745f0b@[teste2]>worker5 run>"}
  373. [2018-04-18T16:02:52,252][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste2", :thread=>"#<Thread:0x120f9b89@[teste2]>worker6 run>"}
  374. [2018-04-18T16:02:52,252][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste2", :thread=>"#<Thread:0x26347801@[teste2]>worker7 run>"}
  375. [2018-04-18T16:02:52,253][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste2", :thread=>"#<Thread:0x5e8d813b@[teste2]>worker0 run>"}
  376. [2018-04-18T16:02:52,321][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste2", :thread=>"#<Thread:0x6b34b0c8@[teste2]>worker1 run>"}
  377. [2018-04-18T16:02:52,374][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste2", :thread=>"#<Thread:0x7f601997@[teste2]>worker2 dead>"}
  378. [2018-04-18T16:02:52,374][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste2", :thread=>"#<Thread:0x5db27e6d@[teste2]>worker3 dead>"}
  379. [2018-04-18T16:02:52,374][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste2", :thread=>"#<Thread:0x59266549@[teste2]>worker4 dead>"}
  380. [2018-04-18T16:02:52,374][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste2", :thread=>"#<Thread:0x75745f0b@[teste2]>worker5 dead>"}
  381. [2018-04-18T16:02:52,375][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste2", :thread=>"#<Thread:0x120f9b89@[teste2]>worker6 dead>"}
  382. [2018-04-18T16:02:52,375][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste2", :thread=>"#<Thread:0x26347801@[teste2]>worker7 dead>"}
  383. [2018-04-18T16:02:52,378][DEBUG][logstash.filters.json ] Closing {:plugin=>"LogStash::Filters::Json"}
  384. [2018-04-18T16:02:52,378][DEBUG][logstash.outputs.stdout ] Closing {:plugin=>"LogStash::Outputs::Stdout"}
  385. [2018-04-18T16:02:52,531][INFO ][logstash.pipeline ] Pipeline has terminated {:pipeline_id=>"teste2", :thread=>"#<Thread:0x60646cb4 run>"}
  386. [2018-04-18T16:02:52,833][DEBUG][logstash.inputs.mqtt ] Closing {:plugin=>"LogStash::Inputs::Mqtt"}
  387. [2018-04-18T16:02:52,846][DEBUG][logstash.pipeline ] Pushing flush onto pipeline {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b sleep>"}
  388. [2018-04-18T16:02:52,847][DEBUG][logstash.pipeline ] Shutting down filter/output workers {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b run>"}
  389. [2018-04-18T16:02:52,848][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste3", :thread=>"#<Thread:0x582120d7@[teste3]>worker0 run>"}
  390. [2018-04-18T16:02:52,848][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste3", :thread=>"#<Thread:0x6dc74592@[teste3]>worker1 run>"}
  391. [2018-04-18T16:02:52,849][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste3", :thread=>"#<Thread:0x197a04b2@[teste3]>worker2 run>"}
  392. [2018-04-18T16:02:52,849][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste3", :thread=>"#<Thread:0x527a9d51@[teste3]>worker3 run>"}
  393. [2018-04-18T16:02:52,849][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste3", :thread=>"#<Thread:0x365a9aef@[teste3]>worker4 run>"}
  394. [2018-04-18T16:02:52,850][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste3", :thread=>"#<Thread:0xa711cb@[teste3]>worker5 run>"}
  395. [2018-04-18T16:02:52,850][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste3", :thread=>"#<Thread:0x7f689e0c@[teste3]>worker6 run>"}
  396. [2018-04-18T16:02:52,852][DEBUG][logstash.pipeline ] Pushing shutdown {:pipeline_id=>"teste3", :thread=>"#<Thread:0x4d60a0d8@[teste3]>worker7 run>"}
  397. [2018-04-18T16:02:52,853][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste3", :thread=>"#<Thread:0x582120d7@[teste3]>worker0 run>"}
  398. [2018-04-18T16:02:52,905][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste3", :thread=>"#<Thread:0x6dc74592@[teste3]>worker1 sleep>"}
  399. [2018-04-18T16:02:52,906][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste3", :thread=>"#<Thread:0x197a04b2@[teste3]>worker2 dead>"}
  400. [2018-04-18T16:02:52,906][DEBUG][logstash.pipeline ] Worker terminated {:pipeline_id=>"teste3", :thread=>"#<Thread:0x582120d7@[teste3]>worker0 dead>"}
  401. [2018-04-18T16:02:52,906][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste3", :thread=>"#<Thread:0x527a9d51@[teste3]>worker3 dead>"}
  402. [2018-04-18T16:02:52,906][DEBUG][logstash.pipeline ] Worker terminated {:pipeline_id=>"teste3", :thread=>"#<Thread:0x6dc74592@[teste3]>worker1 dead>"}
  403. [2018-04-18T16:02:52,906][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste3", :thread=>"#<Thread:0x365a9aef@[teste3]>worker4 dead>"}
  404. [2018-04-18T16:02:52,906][DEBUG][logstash.pipeline ] Worker terminated {:pipeline_id=>"teste3", :thread=>"#<Thread:0x197a04b2@[teste3]>worker2 dead>"}
  405. [2018-04-18T16:02:52,906][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste3", :thread=>"#<Thread:0xa711cb@[teste3]>worker5 run>"}
  406. [2018-04-18T16:02:52,907][DEBUG][logstash.pipeline ] Worker terminated {:pipeline_id=>"teste3", :thread=>"#<Thread:0x527a9d51@[teste3]>worker3 dead>"}
  407. [2018-04-18T16:02:52,907][DEBUG][logstash.pipeline ] Worker terminated {:pipeline_id=>"teste3", :thread=>"#<Thread:0x365a9aef@[teste3]>worker4 dead>"}
  408. [2018-04-18T16:02:52,962][DEBUG][logstash.pipeline ] Worker terminated {:pipeline_id=>"teste3", :thread=>"#<Thread:0xa711cb@[teste3]>worker5 dead>"}
  409. [2018-04-18T16:02:52,962][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste3", :thread=>"#<Thread:0x7f689e0c@[teste3]>worker6 dead>"}
  410. [2018-04-18T16:02:52,963][DEBUG][logstash.pipeline ] Worker terminated {:pipeline_id=>"teste3", :thread=>"#<Thread:0x7f689e0c@[teste3]>worker6 dead>"}
  411. [2018-04-18T16:02:52,963][DEBUG][logstash.pipeline ] Shutdown waiting for worker thread {:pipeline_id=>"teste3", :thread=>"#<Thread:0x4d60a0d8@[teste3]>worker7 dead>"}
  412. [2018-04-18T16:02:52,963][DEBUG][logstash.pipeline ] Worker terminated {:pipeline_id=>"teste3", :thread=>"#<Thread:0x4d60a0d8@[teste3]>worker7 dead>"}
  413. [2018-04-18T16:02:52,963][DEBUG][logstash.filters.json ] Closing {:plugin=>"LogStash::Filters::Json"}
  414. [2018-04-18T16:02:52,963][DEBUG][logstash.outputs.stdout ] Closing {:plugin=>"LogStash::Outputs::Stdout"}
  415. [2018-04-18T16:02:53,119][INFO ][logstash.pipeline ] Pipeline has terminated {:pipeline_id=>"teste3", :thread=>"#<Thread:0x42882c0b run>"}
  416. casmeiron-macbook:logstash-6.2.3 casmeiron$ bin/logstash -f ~/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/teste.conf
  417. Sending Logstash's logs to /Users/casmeiron/Developer/tools/logstash-6.2.3/logs which is now configured via log4j2.properties
  418. [2018-04-18T16:03:25,265][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"fb_apache", :directory=>"/Users/casmeiron/Developer/tools/logstash-6.2.3/modules/fb_apache/configuration"}
  419. [2018-04-18T16:03:25,275][DEBUG][logstash.plugins.registry] Adding plugin to the registry {:name=>"fb_apache", :type=>:modules, :class=>#<LogStash::Modules::Scaffold:0xe4b6c96 @module_name="fb_apache", @directory="/Users/casmeiron/Developer/tools/logstash-6.2.3/modules/fb_apache/configuration", @kibana_version_parts=["6", "0", "0"]>}
  420. [2018-04-18T16:03:25,286][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"netflow", :directory=>"/Users/casmeiron/Developer/tools/logstash-6.2.3/modules/netflow/configuration"}
  421. [2018-04-18T16:03:25,288][DEBUG][logstash.plugins.registry] Adding plugin to the registry {:name=>"netflow", :type=>:modules, :class=>#<LogStash::Modules::Scaffold:0x22ed4ef8 @module_name="netflow", @directory="/Users/casmeiron/Developer/tools/logstash-6.2.3/modules/netflow/configuration", @kibana_version_parts=["6", "0", "0"]>}
  422. [2018-04-18T16:03:25,564][DEBUG][logstash.runner ] -------- Logstash Settings (* means modified) ---------
  423. [2018-04-18T16:03:25,565][DEBUG][logstash.runner ] node.name: "casmeiron-macbook.local"
  424. [2018-04-18T16:03:25,565][DEBUG][logstash.runner ] *path.config: "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/teste.conf"
  425. [2018-04-18T16:03:25,566][DEBUG][logstash.runner ] path.data: "/Users/casmeiron/Developer/tools/logstash-6.2.3/data"
  426. [2018-04-18T16:03:25,566][DEBUG][logstash.runner ] modules.cli: []
  427. [2018-04-18T16:03:25,566][DEBUG][logstash.runner ] modules: []
  428. [2018-04-18T16:03:25,566][DEBUG][logstash.runner ] modules_setup: false
  429. [2018-04-18T16:03:25,567][DEBUG][logstash.runner ] config.test_and_exit: false
  430. [2018-04-18T16:03:25,567][DEBUG][logstash.runner ] config.reload.automatic: false
  431. [2018-04-18T16:03:25,567][DEBUG][logstash.runner ] config.reload.interval: 3000000000
  432. [2018-04-18T16:03:25,568][DEBUG][logstash.runner ] config.support_escapes: false
  433. [2018-04-18T16:03:25,568][DEBUG][logstash.runner ] metric.collect: true
  434. [2018-04-18T16:03:25,568][DEBUG][logstash.runner ] pipeline.id: "main"
  435. [2018-04-18T16:03:25,569][DEBUG][logstash.runner ] pipeline.system: false
  436. [2018-04-18T16:03:25,569][DEBUG][logstash.runner ] pipeline.workers: 8
  437. [2018-04-18T16:03:25,569][DEBUG][logstash.runner ] pipeline.output.workers: 1
  438. [2018-04-18T16:03:25,569][DEBUG][logstash.runner ] pipeline.batch.size: 125
  439. [2018-04-18T16:03:25,570][DEBUG][logstash.runner ] pipeline.batch.delay: 50
  440. [2018-04-18T16:03:25,570][DEBUG][logstash.runner ] pipeline.unsafe_shutdown: false
  441. [2018-04-18T16:03:25,571][DEBUG][logstash.runner ] pipeline.java_execution: false
  442. [2018-04-18T16:03:25,571][DEBUG][logstash.runner ] pipeline.reloadable: true
  443. [2018-04-18T16:03:25,571][DEBUG][logstash.runner ] path.plugins: []
  444. [2018-04-18T16:03:25,571][DEBUG][logstash.runner ] config.debug: false
  445. [2018-04-18T16:03:25,572][DEBUG][logstash.runner ] *log.level: "debug" (default: "info")
  446. [2018-04-18T16:03:25,573][DEBUG][logstash.runner ] version: false
  447. [2018-04-18T16:03:25,573][DEBUG][logstash.runner ] help: false
  448. [2018-04-18T16:03:25,574][DEBUG][logstash.runner ] log.format: "plain"
  449. [2018-04-18T16:03:25,574][DEBUG][logstash.runner ] http.host: "127.0.0.1"
  450. [2018-04-18T16:03:25,575][DEBUG][logstash.runner ] http.port: 9600..9700
  451. [2018-04-18T16:03:25,576][DEBUG][logstash.runner ] http.environment: "production"
  452. [2018-04-18T16:03:25,578][DEBUG][logstash.runner ] *queue.type: "persisted" (default: "memory")
  453. [2018-04-18T16:03:25,579][DEBUG][logstash.runner ] queue.drain: false
  454. [2018-04-18T16:03:25,579][DEBUG][logstash.runner ] queue.page_capacity: 67108864
  455. [2018-04-18T16:03:25,579][DEBUG][logstash.runner ] queue.max_bytes: 1073741824
  456. [2018-04-18T16:03:25,579][DEBUG][logstash.runner ] queue.max_events: 0
  457. [2018-04-18T16:03:25,579][DEBUG][logstash.runner ] queue.checkpoint.acks: 1024
  458. [2018-04-18T16:03:25,579][DEBUG][logstash.runner ] queue.checkpoint.writes: 1024
  459. [2018-04-18T16:03:25,580][DEBUG][logstash.runner ] queue.checkpoint.interval: 1000
  460. [2018-04-18T16:03:25,580][DEBUG][logstash.runner ] dead_letter_queue.enable: false
  461. [2018-04-18T16:03:25,580][DEBUG][logstash.runner ] dead_letter_queue.max_bytes: 1073741824
  462. [2018-04-18T16:03:25,580][DEBUG][logstash.runner ] slowlog.threshold.warn: -1
  463. [2018-04-18T16:03:25,580][DEBUG][logstash.runner ] slowlog.threshold.info: -1
  464. [2018-04-18T16:03:25,580][DEBUG][logstash.runner ] slowlog.threshold.debug: -1
  465. [2018-04-18T16:03:25,580][DEBUG][logstash.runner ] slowlog.threshold.trace: -1
  466. [2018-04-18T16:03:25,581][DEBUG][logstash.runner ] keystore.classname: "org.logstash.secret.store.backend.JavaKeyStore"
  467. [2018-04-18T16:03:25,581][DEBUG][logstash.runner ] keystore.file: "/Users/casmeiron/Developer/tools/logstash-6.2.3/config/logstash.keystore"
  468. [2018-04-18T16:03:25,581][DEBUG][logstash.runner ] path.queue: "/Users/casmeiron/Developer/tools/logstash-6.2.3/data/queue"
  469. [2018-04-18T16:03:25,581][DEBUG][logstash.runner ] path.dead_letter_queue: "/Users/casmeiron/Developer/tools/logstash-6.2.3/data/dead_letter_queue"
  470. [2018-04-18T16:03:25,581][DEBUG][logstash.runner ] path.settings: "/Users/casmeiron/Developer/tools/logstash-6.2.3/config"
  471. [2018-04-18T16:03:25,581][DEBUG][logstash.runner ] path.logs: "/Users/casmeiron/Developer/tools/logstash-6.2.3/logs"
  472. [2018-04-18T16:03:25,582][DEBUG][logstash.runner ] --------------- Logstash Settings -------------------
  473. [2018-04-18T16:03:25,642][WARN ][logstash.config.source.multilocal] Ignoring the 'pipelines.yml' file because modules or command line options are specified
  474. [2018-04-18T16:03:25,775][DEBUG][logstash.agent ] Setting up metric collection
  475. [2018-04-18T16:03:25,867][DEBUG][logstash.instrument.periodicpoller.os] Starting {:polling_interval=>5, :polling_timeout=>120}
  476. [2018-04-18T16:03:26,045][DEBUG][logstash.instrument.periodicpoller.jvm] Starting {:polling_interval=>5, :polling_timeout=>120}
  477. [2018-04-18T16:03:26,243][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  478. [2018-04-18T16:03:26,251][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  479. [2018-04-18T16:03:26,275][DEBUG][logstash.instrument.periodicpoller.persistentqueue] Starting {:polling_interval=>5, :polling_timeout=>120}
  480. [2018-04-18T16:03:26,296][DEBUG][logstash.instrument.periodicpoller.deadletterqueue] Starting {:polling_interval=>5, :polling_timeout=>120}
  481. [2018-04-18T16:03:26,368][INFO ][logstash.runner ] Starting Logstash {"logstash.version"=>"6.2.3"}
  482. [2018-04-18T16:03:26,384][DEBUG][logstash.agent ] Starting agent
  483. [2018-04-18T16:03:26,406][DEBUG][logstash.agent ] Starting puma
  484. [2018-04-18T16:03:26,430][DEBUG][logstash.agent ] Trying to start WebServer {:port=>9600}
  485. [2018-04-18T16:03:26,508][DEBUG][logstash.config.source.local.configpathloader] Skipping the following files while reading config since they don't match the specified glob pattern {:files=>["/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/abb_trio.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/alarm.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/config_env_desenv.sh", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/diagnostic.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/ping.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/plugins", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/teste2.conf", "/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/teste3.conf"]}
  486. [2018-04-18T16:03:26,511][DEBUG][logstash.api.service ] [api-service] start
  487. [2018-04-18T16:03:26,513][DEBUG][logstash.config.source.local.configpathloader] Reading config file {:config_file=>"/Users/casmeiron/Developer/repos/bestdeal/ANEEL/bd-aneel-logstash/teste.conf"}
  488. [2018-04-18T16:03:26,578][DEBUG][logstash.agent ] Converging pipelines state {:actions_count=>1}
  489. [2018-04-18T16:03:26,583][DEBUG][logstash.agent ] Executing action {:action=>LogStash::PipelineAction::Create/pipeline_id:main}
  490. [2018-04-18T16:03:26,757][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
  491. [2018-04-18T16:03:28,416][DEBUG][logstash.plugins.registry] On demand adding plugin to the registry {:name=>"mqtt", :type=>"input", :class=>LogStash::Inputs::Mqtt}
  492. [2018-04-18T16:03:28,712][DEBUG][logstash.plugins.registry] On demand adding plugin to the registry {:name=>"plain", :type=>"codec", :class=>LogStash::Codecs::Plain}
  493. [2018-04-18T16:03:28,755][DEBUG][logstash.codecs.plain ] config LogStash::Codecs::Plain/@id = "plain_888e1121-c740-41cb-b338-345156151eb8"
  494. [2018-04-18T16:03:28,755][DEBUG][logstash.codecs.plain ] config LogStash::Codecs::Plain/@enable_metric = true
  495. [2018-04-18T16:03:28,756][DEBUG][logstash.codecs.plain ] config LogStash::Codecs::Plain/@charset = "UTF-8"
  496. [2018-04-18T16:03:28,778][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@topic = "/mqtt/persistence/teste"
  497. [2018-04-18T16:03:28,778][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@host = "localhost"
  498. [2018-04-18T16:03:28,778][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@username = "bestdeal"
  499. [2018-04-18T16:03:28,779][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@password = "kknd55"
  500. [2018-04-18T16:03:28,779][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@client_id = "pc-teste-mosquitto"
  501. [2018-04-18T16:03:28,779][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@clean_session = false
  502. [2018-04-18T16:03:28,779][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@qos = 1
  503. [2018-04-18T16:03:28,780][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@id = "fc6fe74289ac5bae9b5b1de7d2979e0a2dc761fc3cf04bdbcd3ad544778abbfb"
  504. [2018-04-18T16:03:28,780][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@enable_metric = true
  505. [2018-04-18T16:03:28,791][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@codec = <LogStash::Codecs::Plain id=>"plain_888e1121-c740-41cb-b338-345156151eb8", enable_metric=>true, charset=>"UTF-8">
  506. [2018-04-18T16:03:28,792][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@add_field = {}
  507. [2018-04-18T16:03:28,792][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@port = 1883
  508. [2018-04-18T16:03:28,792][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@mqtt_version = "3.1.1"
  509. [2018-04-18T16:03:28,792][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@ssl = false
  510. [2018-04-18T16:03:28,793][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@will_topic = nil
  511. [2018-04-18T16:03:28,793][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@will_payload = ""
  512. [2018-04-18T16:03:28,793][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@will_qos = 0
  513. [2018-04-18T16:03:28,793][DEBUG][logstash.inputs.mqtt ] config LogStash::Inputs::Mqtt/@will_retain = false
  514. [2018-04-18T16:03:28,825][DEBUG][logstash.plugins.registry] On demand adding plugin to the registry {:name=>"json", :type=>"filter", :class=>LogStash::Filters::Json}
  515. [2018-04-18T16:03:28,876][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@source = "message"
  516. [2018-04-18T16:03:28,877][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@id = "5a406a0a40f57d0b038f48e13f88e6381b22c939a38f79c347c452c098c9b6fc"
  517. [2018-04-18T16:03:28,877][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@enable_metric = true
  518. [2018-04-18T16:03:28,877][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@add_tag = []
  519. [2018-04-18T16:03:28,877][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@remove_tag = []
  520. [2018-04-18T16:03:28,877][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@add_field = {}
  521. [2018-04-18T16:03:28,877][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@remove_field = []
  522. [2018-04-18T16:03:28,878][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@periodic_flush = false
  523. [2018-04-18T16:03:28,878][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@tag_on_failure = ["_jsonparsefailure"]
  524. [2018-04-18T16:03:28,881][DEBUG][logstash.filters.json ] config LogStash::Filters::Json/@skip_on_invalid_json = false
  525. [2018-04-18T16:03:28,914][DEBUG][logstash.plugins.registry] On demand adding plugin to the registry {:name=>"stdout", :type=>"output", :class=>LogStash::Outputs::Stdout}
  526. [2018-04-18T16:03:28,948][DEBUG][logstash.plugins.registry] On demand adding plugin to the registry {:name=>"rubydebug", :type=>"codec", :class=>LogStash::Codecs::RubyDebug}
  527. [2018-04-18T16:03:28,959][DEBUG][logstash.codecs.rubydebug] config LogStash::Codecs::RubyDebug/@id = "rubydebug_6d319942-ce44-4193-b77e-9b12124a58c4"
  528. [2018-04-18T16:03:28,960][DEBUG][logstash.codecs.rubydebug] config LogStash::Codecs::RubyDebug/@enable_metric = true
  529. [2018-04-18T16:03:28,960][DEBUG][logstash.codecs.rubydebug] config LogStash::Codecs::RubyDebug/@metadata = false
  530. [2018-04-18T16:03:29,754][DEBUG][logstash.outputs.stdout ] config LogStash::Outputs::Stdout/@codec = <LogStash::Codecs::RubyDebug id=>"rubydebug_6d319942-ce44-4193-b77e-9b12124a58c4", enable_metric=>true, metadata=>false>
  531. [2018-04-18T16:03:29,754][DEBUG][logstash.outputs.stdout ] config LogStash::Outputs::Stdout/@id = "a1da86278bf7f56b16124b47be921cca604b16cf076f64dd54e34ea1ff0e0317"
  532. [2018-04-18T16:03:29,754][DEBUG][logstash.outputs.stdout ] config LogStash::Outputs::Stdout/@enable_metric = true
  533. [2018-04-18T16:03:29,754][DEBUG][logstash.outputs.stdout ] config LogStash::Outputs::Stdout/@workers = 1
  534. [2018-04-18T16:03:29,824][DEBUG][org.logstash.ackedqueue.Queue] opening head page: 29, in: /Users/casmeiron/Developer/tools/logstash-6.2.3/data/queue/main, with checkpoint: pageNum=29, firstUnackedPageNum=29, firstUnackedSeqNum=60001, minSeqNum=10001, elementCount=50000, isFullyAcked=yes
  535. [2018-04-18T16:03:30,368][DEBUG][org.logstash.ackedqueue.io.AbstractByteBufferPageIO] PageIO recovery element index:50000, readNextElement exception: Element seqNum 0 is expected to be 60001
  536. [2018-04-18T16:03:30,572][INFO ][logstash.pipeline ] Starting pipeline {:pipeline_id=>"main", "pipeline.workers"=>8, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>50}
  537. [2018-04-18T16:03:30,663][INFO ][logstash.pipeline ] Pipeline started succesfully {:pipeline_id=>"main", :thread=>"#<Thread:0x70f20ea4 run>"}
  538. [2018-04-18T16:03:30,753][INFO ][logstash.agent ] Pipelines running {:count=>1, :pipelines=>["main"]}
  539. [2018-04-18T16:03:31,331][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
  540. [2018-04-18T16:03:31,340][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
  541. [2018-04-18T16:03:31,387][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39093}", "@timestamp"=>2018-04-18T19:03:31.244Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  542. [2018-04-18T16:03:31,387][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39095}", "@timestamp"=>2018-04-18T19:03:31.251Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  543. [2018-04-18T16:03:31,387][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39096}", "@timestamp"=>2018-04-18T19:03:31.253Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  544. [2018-04-18T16:03:31,387][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39094}", "@timestamp"=>2018-04-18T19:03:31.248Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  545. [2018-04-18T16:03:31,387][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39097}", "@timestamp"=>2018-04-18T19:03:31.259Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  546. [2018-04-18T16:03:31,387][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39092}", "@timestamp"=>2018-04-18T19:03:31.119Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  547. [2018-04-18T16:03:31,389][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39101}", "@timestamp"=>2018-04-18T19:03:31.279Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  548. [2018-04-18T16:03:31,389][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39100}", "@timestamp"=>2018-04-18T19:03:31.275Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  549. [2018-04-18T16:03:31,389][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39098}", "@timestamp"=>2018-04-18T19:03:31.267Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  550. [2018-04-18T16:03:31,389][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39099}", "@timestamp"=>2018-04-18T19:03:31.272Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  551. [2018-04-18T16:03:31,408][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x73f40fd2>}
  552. [2018-04-18T16:03:31,408][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x593daa8>}
  553. [2018-04-18T16:03:31,409][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x6edc0640>}
  554. [2018-04-18T16:03:31,416][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x6dddda78>}
  555. [2018-04-18T16:03:31,417][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x35fe77d1>}
  556. [2018-04-18T16:03:31,427][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x6007b0d5>}
  557. [2018-04-18T16:03:31,448][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x6dddda78>}
  558. [2018-04-18T16:03:31,448][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x35fe77d1>}
  559. [2018-04-18T16:03:31,448][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x6edc0640>}
  560. [2018-04-18T16:03:31,450][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x593daa8>}
  561. [2018-04-18T16:03:31,452][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x7b93d8dd>}
  562. [2018-04-18T16:03:31,453][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x6007b0d5>}
  563. [2018-04-18T16:03:31,454][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0xefd6d15>}
  564. [2018-04-18T16:03:31,454][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x7b93d8dd>}
  565. [2018-04-18T16:03:31,456][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0xefd6d15>}
  566. [2018-04-18T16:03:31,464][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x7efd9440>}
  567. [2018-04-18T16:03:31,468][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39097, "message"=>"{\"data\": 39097}", "@timestamp"=>2018-04-18T19:03:31.259Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  568. [2018-04-18T16:03:31,472][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39095, "message"=>"{\"data\": 39095}", "@timestamp"=>2018-04-18T19:03:31.251Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  569. [2018-04-18T16:03:31,473][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x7efd9440>}
  570. [2018-04-18T16:03:31,474][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x73f40fd2>}
  571. [2018-04-18T16:03:31,475][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x21350355>}
  572. [2018-04-18T16:03:31,478][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x21350355>}
  573. [2018-04-18T16:03:31,477][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39092, "message"=>"{\"data\": 39092}", "@timestamp"=>2018-04-18T19:03:31.119Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  574. [2018-04-18T16:03:31,477][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39096, "message"=>"{\"data\": 39096}", "@timestamp"=>2018-04-18T19:03:31.253Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  575. [2018-04-18T16:03:31,480][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39093, "message"=>"{\"data\": 39093}", "@timestamp"=>2018-04-18T19:03:31.244Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  576. [2018-04-18T16:03:31,480][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39094, "message"=>"{\"data\": 39094}", "@timestamp"=>2018-04-18T19:03:31.248Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  577. [2018-04-18T16:03:31,481][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39099, "message"=>"{\"data\": 39099}", "@timestamp"=>2018-04-18T19:03:31.272Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  578. [2018-04-18T16:03:31,481][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39100, "message"=>"{\"data\": 39100}", "@timestamp"=>2018-04-18T19:03:31.275Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  579. [2018-04-18T16:03:31,481][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39098, "message"=>"{\"data\": 39098}", "@timestamp"=>2018-04-18T19:03:31.267Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  580. [2018-04-18T16:03:31,482][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39101, "message"=>"{\"data\": 39101}", "@timestamp"=>2018-04-18T19:03:31.279Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  581. [2018-04-18T16:03:31,571][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39102}", "@timestamp"=>2018-04-18T19:03:31.370Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  582. [2018-04-18T16:03:31,571][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39103}", "@timestamp"=>2018-04-18T19:03:31.375Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  583. [2018-04-18T16:03:31,572][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39105}", "@timestamp"=>2018-04-18T19:03:31.400Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  584. [2018-04-18T16:03:31,572][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39104}", "@timestamp"=>2018-04-18T19:03:31.383Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  585. [2018-04-18T16:03:31,572][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39107}", "@timestamp"=>2018-04-18T19:03:31.438Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  586. [2018-04-18T16:03:31,572][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39106}", "@timestamp"=>2018-04-18T19:03:31.427Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  587. [2018-04-18T16:03:31,572][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39109}", "@timestamp"=>2018-04-18T19:03:31.451Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  588. [2018-04-18T16:03:31,572][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39108}", "@timestamp"=>2018-04-18T19:03:31.441Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  589. [2018-04-18T16:03:31,572][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39111}", "@timestamp"=>2018-04-18T19:03:31.461Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  590. [2018-04-18T16:03:31,573][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39110}", "@timestamp"=>2018-04-18T19:03:31.455Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  591. [2018-04-18T16:03:31,573][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39113}", "@timestamp"=>2018-04-18T19:03:31.497Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  592. [2018-04-18T16:03:31,573][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39112}", "@timestamp"=>2018-04-18T19:03:31.491Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  593. [2018-04-18T16:03:31,573][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39115}", "@timestamp"=>2018-04-18T19:03:31.505Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  594. [2018-04-18T16:03:31,573][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39114}", "@timestamp"=>2018-04-18T19:03:31.501Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  595. [2018-04-18T16:03:31,573][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39117}", "@timestamp"=>2018-04-18T19:03:31.511Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  596. [2018-04-18T16:03:31,574][DEBUG][logstash.pipeline ] filter received {"event"=>{"message"=>"{\"data\": 39116}", "@timestamp"=>2018-04-18T19:03:31.507Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  597. [2018-04-18T16:03:31,579][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x28fe469f>}
  598. [2018-04-18T16:03:31,579][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x33d39dc8>}
  599. [2018-04-18T16:03:31,603][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x28fe469f>}
  600. [2018-04-18T16:03:31,603][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x33d39dc8>}
  601. [2018-04-18T16:03:31,617][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x2a2c45ec>}
  602. [2018-04-18T16:03:31,618][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x2a2c45ec>}
  603. [2018-04-18T16:03:31,618][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x2370932e>}
  604. [2018-04-18T16:03:31,619][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x2370932e>}
  605. [2018-04-18T16:03:31,619][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x2eda70fb>}
  606. [2018-04-18T16:03:31,619][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x2eda70fb>}
  607. [2018-04-18T16:03:31,619][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x4c040bf6>}
  608. [2018-04-18T16:03:31,620][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x4c040bf6>}
  609. [2018-04-18T16:03:31,620][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x4c817482>}
  610. [2018-04-18T16:03:31,620][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x1e41552d>}
  611. [2018-04-18T16:03:31,621][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x4c817482>}
  612. [2018-04-18T16:03:31,621][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x1e41552d>}
  613. [2018-04-18T16:03:31,622][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x49389f7>}
  614. [2018-04-18T16:03:31,622][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x55092e75>}
  615. [2018-04-18T16:03:31,623][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x55092e75>}
  616. [2018-04-18T16:03:31,623][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x49389f7>}
  617. [2018-04-18T16:03:31,623][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x3b32cd62>}
  618. [2018-04-18T16:03:31,623][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x4cfd06d6>}
  619. [2018-04-18T16:03:31,624][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x4cfd06d6>}
  620. [2018-04-18T16:03:31,624][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x3b32cd62>}
  621. [2018-04-18T16:03:31,626][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x69124993>}
  622. [2018-04-18T16:03:31,626][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x69124993>}
  623. [2018-04-18T16:03:31,627][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x7c00b712>}
  624. [2018-04-18T16:03:31,627][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x7c00b712>}
  625. [2018-04-18T16:03:31,628][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x4f6b32b0>}
  626. [2018-04-18T16:03:31,629][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x4f6b32b0>}
  627. [2018-04-18T16:03:31,630][DEBUG][logstash.filters.json ] Running json filter {:event=>#<LogStash::Event:0x4fd339cc>}
  628. [2018-04-18T16:03:31,630][DEBUG][logstash.filters.json ] Event after json filter {:event=>#<LogStash::Event:0x4fd339cc>}
  629. [2018-04-18T16:03:31,632][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39102, "message"=>"{\"data\": 39102}", "@timestamp"=>2018-04-18T19:03:31.370Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  630. [2018-04-18T16:03:31,632][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39103, "message"=>"{\"data\": 39103}", "@timestamp"=>2018-04-18T19:03:31.375Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  631. [2018-04-18T16:03:31,634][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39104, "message"=>"{\"data\": 39104}", "@timestamp"=>2018-04-18T19:03:31.383Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  632. [2018-04-18T16:03:31,634][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39105, "message"=>"{\"data\": 39105}", "@timestamp"=>2018-04-18T19:03:31.400Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  633. [2018-04-18T16:03:31,635][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39106, "message"=>"{\"data\": 39106}", "@timestamp"=>2018-04-18T19:03:31.427Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  634. [2018-04-18T16:03:31,635][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39107, "message"=>"{\"data\": 39107}", "@timestamp"=>2018-04-18T19:03:31.438Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  635. [2018-04-18T16:03:31,635][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39109, "message"=>"{\"data\": 39109}", "@timestamp"=>2018-04-18T19:03:31.451Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  636. [2018-04-18T16:03:31,635][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39108, "message"=>"{\"data\": 39108}", "@timestamp"=>2018-04-18T19:03:31.441Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  637. [2018-04-18T16:03:31,636][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39111, "message"=>"{\"data\": 39111}", "@timestamp"=>2018-04-18T19:03:31.461Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  638. [2018-04-18T16:03:31,636][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39110, "message"=>"{\"data\": 39110}", "@timestamp"=>2018-04-18T19:03:31.455Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  639. [2018-04-18T16:03:31,636][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39113, "message"=>"{\"data\": 39113}", "@timestamp"=>2018-04-18T19:03:31.497Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  640. [2018-04-18T16:03:31,636][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39112, "message"=>"{\"data\": 39112}", "@timestamp"=>2018-04-18T19:03:31.491Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  641. [2018-04-18T16:03:31,637][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39115, "message"=>"{\"data\": 39115}", "@timestamp"=>2018-04-18T19:03:31.505Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  642. [2018-04-18T16:03:31,637][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39114, "message"=>"{\"data\": 39114}", "@timestamp"=>2018-04-18T19:03:31.501Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  643. [2018-04-18T16:03:31,638][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39116, "message"=>"{\"data\": 39116}", "@timestamp"=>2018-04-18T19:03:31.507Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  644. [2018-04-18T16:03:31,638][DEBUG][logstash.pipeline ] output received {"event"=>{"data"=>39117, "message"=>"{\"data\": 39117}", "@timestamp"=>2018-04-18T19:03:31.511Z, "host"=>"casmeiron-macbook.local", "@version"=>"1"}}
  645. {
  646. "data" => 39093,
  647. "message" => "{\"data\": 39093}",
  648. "@timestamp" => 2018-04-18T19:03:31.244Z,
  649. "host" => "casmeiron-macbook.local",
  650. "@version" => "1"
  651. }
  652. {
  653. "data" => 39099,
  654. "message" => "{\"data\": 39099}",
  655. "@timestamp" => 2018-04-18T19:03:31.272Z,
  656. "host" => "casmeiron-macbook.local",
  657. "@version" => "1"
  658. }
  659. {
  660. "data" => 39096,
  661. "message" => "{\"data\": 39096}",
  662. "@timestamp" => 2018-04-18T19:03:31.253Z,
  663. "host" => "casmeiron-macbook.local",
  664. "@version" => "1"
  665. }
  666. {
  667. "data" => 39097,
  668. "message" => "{\"data\": 39097}",
  669. "@timestamp" => 2018-04-18T19:03:31.259Z,
  670. "host" => "casmeiron-macbook.local",
  671. "@version" => "1"
  672. }
  673. {
  674. "data" => 39092,
  675. "message" => "{\"data\": 39092}",
  676. "@timestamp" => 2018-04-18T19:03:31.119Z,
  677. "host" => "casmeiron-macbook.local",
  678. "@version" => "1"
  679. }
  680. {
  681. "data" => 39098,
  682. "message" => "{\"data\": 39098}",
  683. "@timestamp" => 2018-04-18T19:03:31.267Z,
  684. "host" => "casmeiron-macbook.local",
  685. "@version" => "1"
  686. }
  687. {
  688. "data" => 39094,
  689. "message" => "{\"data\": 39094}",
  690. "@timestamp" => 2018-04-18T19:03:31.248Z,
  691. "host" => "casmeiron-macbook.local",
  692. "@version" => "1"
  693. }
  694. {
  695. "data" => 39100,
  696. "message" => "{\"data\": 39100}",
  697. "@timestamp" => 2018-04-18T19:03:31.275Z,
  698. "host" => "casmeiron-macbook.local",
  699. "@version" => "1"
  700. }
  701. {
  702. "data" => 39095,
  703. "message" => "{\"data\": 39095}",
  704. "@timestamp" => 2018-04-18T19:03:31.251Z,
  705. "host" => "casmeiron-macbook.local",
  706. "@version" => "1"
  707. }
  708. {
  709. "data" => 39101,
  710. "message" => "{\"data\": 39101}",
  711. "@timestamp" => 2018-04-18T19:03:31.279Z,
  712. "host" => "casmeiron-macbook.local",
  713. "@version" => "1"
  714. }
  715. {
  716. "data" => 39102,
  717. "message" => "{\"data\": 39102}",
  718. "@timestamp" => 2018-04-18T19:03:31.370Z,
  719. "host" => "casmeiron-macbook.local",
  720. "@version" => "1"
  721. }
  722. {
  723. "data" => 39104,
  724. "message" => "{\"data\": 39104}",
  725. "@timestamp" => 2018-04-18T19:03:31.383Z,
  726. "host" => "casmeiron-macbook.local",
  727. "@version" => "1"
  728. }
  729. {
  730. "data" => 39106,
  731. "message" => "{\"data\": 39106}",
  732. "@timestamp" => 2018-04-18T19:03:31.427Z,
  733. "host" => "casmeiron-macbook.local",
  734. "@version" => "1"
  735. }
  736. {
  737. "data" => 39108,
  738. "message" => "{\"data\": 39108}",
  739. "@timestamp" => 2018-04-18T19:03:31.441Z,
  740. "host" => "casmeiron-macbook.local",
  741. "@version" => "1"
  742. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement