logstash-input-stdin 3.2.4 → 3.2.5
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 +5 -5
- data/CHANGELOG.md +3 -0
- data/logstash-input-stdin.gemspec +2 -2
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 0e76e7f57db9075ad2ac4aa3949450912122ad2468cc4a574be9bfbbf9e05498
|
|
4
|
+
data.tar.gz: fd05d3216a68e6af436a6c9d96be991fdf1ff021af292f226c29b0d9b3453678
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 756f155626f6f09b25efcf25efb384e636c416a51c59951e13941977b1f4373e9099911d675227aede80f68a0df1ce6929ab967a09ae7ed97773593584f487ab
|
|
7
|
+
data.tar.gz: f7d745ce50048bed7fe8501ac3478bc442005aed22d433def7aa6fffe68d9a9d60e1cac87fcc3d3dfe3a927ffb2cba963ada456964ea3f94b672a9ee164f024e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-stdin'
|
|
4
|
-
s.version = '3.2.
|
|
4
|
+
s.version = '3.2.5'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
|
-
s.summary = "
|
|
6
|
+
s.summary = "Reads events from standard input"
|
|
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/logstash-plugin install gemname. This gem is not a stand-alone program"
|
|
8
8
|
s.authors = ["Elastic"]
|
|
9
9
|
s.email = 'info@elastic.co'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-stdin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -128,7 +128,9 @@ dependencies:
|
|
|
128
128
|
- - ">="
|
|
129
129
|
- !ruby/object:Gem::Version
|
|
130
130
|
version: '0'
|
|
131
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
|
131
|
+
description: This gem is a Logstash plugin required to be installed on top of the
|
|
132
|
+
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
|
133
|
+
gem is not a stand-alone program
|
|
132
134
|
email: info@elastic.co
|
|
133
135
|
executables: []
|
|
134
136
|
extensions: []
|
|
@@ -166,9 +168,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
166
168
|
version: '0'
|
|
167
169
|
requirements: []
|
|
168
170
|
rubyforge_project:
|
|
169
|
-
rubygems_version: 2.
|
|
171
|
+
rubygems_version: 2.6.11
|
|
170
172
|
signing_key:
|
|
171
173
|
specification_version: 4
|
|
172
|
-
summary:
|
|
174
|
+
summary: Reads events from standard input
|
|
173
175
|
test_files:
|
|
174
176
|
- spec/inputs/stdin_spec.rb
|