logstash-input-mongoprofile 0.1.10 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77930a374857fbc1c7dae2ef304e39010668aa12
4
- data.tar.gz: 744d70085380a289411ea02d7811a82672979daf
3
+ metadata.gz: 85920ebbc5911477c7587378bab5c8b90ccfb4eb
4
+ data.tar.gz: 53020818b33226685a223c679b8c3b4056f3627e
5
5
  SHA512:
6
- metadata.gz: e3cd5ecfa4535babdf1f33bf5bbc19973a1a9deba9457e8188304347c09d500670449b7c741853286f41fcb841e6c4586c1c9124cb04ddcc312e5e92b52b0440
7
- data.tar.gz: a971b5cd2a4b8b42a13291c2c3f13a82826a3b824b44a14acdd7ecb9f4f39108fb78813cd6b474fc9489548531fc7835e9abad24b08894776068a6e1279ca4e8
6
+ metadata.gz: 269b1c77dea38c57466e277182928cdd45554e0804296a23f27fa1b0d1d31a87f83f7088379df3c21e04d9861156b4b75e0f16c18bdb97fad46c6be4d2c6c436
7
+ data.tar.gz: c06f1a21e4992db56e3b3dab722db70c46f716c332f1cb1fa46ca680d8a0fc2a3c1d7e4739be9f52ec7b182eef4c0e0503cf70811e111f29f5f74d122b846c0b
@@ -157,7 +157,7 @@ class Controller
157
157
  def initialize(event, url, collection, limit, path, client_host, logger)
158
158
  @mongo_accessor = MongoAccessor.new(url, collection, client_host)
159
159
  @last_value_store = LastValueStore.new(path, collection)
160
- @document_parser = DocumentParser.new(event)
160
+ @document_parser = DocumentParser.new(event, @logger)
161
161
  @limit = limit
162
162
  @logger = logger
163
163
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-mongoprofile'
3
- s.version = '0.1.10'
3
+ s.version = '0.1.11'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = 'MongoDB system.profile input plugin'
6
6
  s.description = 'MongoDB system.profile input plugin'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-mongoprofile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Antonov