logstash-input-mongoprofile 0.0.3 → 0.0.4

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: f64d165ba555b5692e17afae04c5d9d27a69028c
4
- data.tar.gz: 9392a9f2dfdeb9f9b86785a17147f02120e28e84
3
+ metadata.gz: ff2afb9b35036f4258d7f1f2793b950fd6843d44
4
+ data.tar.gz: 08f4206ddfa0e4e07e8958c92fcf7262a6551935
5
5
  SHA512:
6
- metadata.gz: 2bd9dfcf337d3079bce9519a43e175bcbfe92b312dc1477f356e2a4039744475dc3f4b9c2710ca6a9a96571d9dab42d15a4ca52aa43251e8743315b6edc031e1
7
- data.tar.gz: 18804d37f574ac68354e43b168514c84d86aaa9a4ab57aa13c928274073220961f63e7e28692dd3726929152dab32ca7bfccdb21d958e5e54c2fb2f02967998a
6
+ metadata.gz: 9323eb8fcf4f9ece741410133757299bc7b7d5536a55207841e3222e59e2ce110cc780f223096ab34c32b4836626c1e1385e34287bb30d859dd5af604013cc45
7
+ data.tar.gz: a2acdaedb5030cd36f77552423c3237080811b409c022f80b3b5099722386804ba9c290854bd634f17762fc2d459780a820fb5d9c4f0e8110034d10dd5eae769
@@ -12,7 +12,7 @@ require '../../../lib/mongo/mongo'
12
12
  class LogStash::Inputs::Mongoprofile < LogStash::Inputs::Base
13
13
  config_name 'mongoprofile'
14
14
 
15
-
15
+ default :codec, 'plain'
16
16
  # Set how frequently messages should be sent.
17
17
  #
18
18
  # The default, `1`, means send a message every second.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-mongoprofile'
3
- s.version = '0.0.3'
3
+ s.version = '0.0.4'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "This example input streams a string at a definable interval."
6
6
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
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.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic