logstash-input-mongoprofile 0.1.12 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2e37d78d950649b1364aa56210ad1efb6e4b5b75
4
- data.tar.gz: 71c9939180fdcbae62ee306d0959979e028c3d0e
3
+ metadata.gz: d5318172030ec608a7cb72c650a4479ee20ac281
4
+ data.tar.gz: b2513d1d8eab34f21f098b2473c59fe7dd161e13
5
5
  SHA512:
6
- metadata.gz: fdda9ba6d47357b45959f4df48f2757f85a0358c8729ef3df7575c2d366301ebd4303a742d78f398f98305c1236d3a53c5750e1cea2f2dd9762785f36f1c3c91
7
- data.tar.gz: 3eea2efcfcfba4ad02b61a5865c04ba223c4722d56c3e95743ee18ba0ff990fe4564f2a4557db4b365104182d27611df8a85d3cd3a384f47183739ce8961f6a7
6
+ metadata.gz: 6442c5dd84aff724677bdb18d63235c33f818440270743d16dde5570cfedd2be5a8eba0c836b1549fbbc7da19926dd4473cbdf3d59d4d3565e7d66d237d721a0
7
+ data.tar.gz: 1fd6ce5e7f1ae37b3105d14b47fdf08edef12b625a66c5505d093122b89db09a4f555429a24e40216d16dc14eb2a7f047a37095a91e9fc174c4b2e569e302d1a
@@ -95,7 +95,7 @@ class ProfileCollection
95
95
 
96
96
  def each
97
97
  @documents.each do |document|
98
- document['_id'] = generate_id
98
+ document['_id'] = generate_id.to_s
99
99
  yield @parser.parse(document)
100
100
  end
101
101
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-mongoprofile'
3
- s.version = '0.1.12'
3
+ s.version = '0.1.13'
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.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Antonov