logstash-input-exec 2.0.0 → 2.0.1
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 +4 -4
- data/lib/logstash/inputs/exec.rb +1 -1
- data/logstash-input-exec.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd79e92cefecc146d041ce139c4b645e8c597805
|
|
4
|
+
data.tar.gz: 0316be89e372c4c660fb193e6afb523a61b3e384
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1e0208ff78357c412d96820a20f5057a8ab2cc55d2c54d432632c12c0a45520281d21388613368b8b71979a9b541e8bcdc5f4d6d0ed744a58a139cb3689d223
|
|
7
|
+
data.tar.gz: 2da805ee1abc451473dc4ead55365e70eb1732b181e79b0b2ac0e3fda765a30aee1787bdf7baa010ffa67cdf04b0ccc470287bbfa606727f7e1de7ff8a6f28a4
|
data/lib/logstash/inputs/exec.rb
CHANGED
|
@@ -64,7 +64,7 @@ class LogStash::Inputs::Exec < LogStash::Inputs::Base
|
|
|
64
64
|
@logger.warn("Execution ran longer than the interval. Skipping sleep.",
|
|
65
65
|
:command => @command, :duration => duration, :interval => @interval)
|
|
66
66
|
else
|
|
67
|
-
Stud.stoppable_sleep(sleeptime) { stop?
|
|
67
|
+
Stud.stoppable_sleep(sleeptime) { stop? }
|
|
68
68
|
end
|
|
69
69
|
end
|
|
70
70
|
|
data/logstash-input-exec.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-exec'
|
|
4
|
-
s.version = '2.0.
|
|
4
|
+
s.version = '2.0.1'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Run command line tools and capture the whole output as an event."
|
|
7
7
|
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-exec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-10-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|