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 +4 -4
- data/lib/logstash/inputs/mongoprofile.rb +1 -1
- data/logstash-input-mongoprofile.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff2afb9b35036f4258d7f1f2793b950fd6843d44
|
4
|
+
data.tar.gz: 08f4206ddfa0e4e07e8958c92fcf7262a6551935
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
+
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"
|