logstash-input-stdin 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/logstash/inputs/stdin.rb +1 -1
- data/logstash-input-stdin.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: c52ec9fb5c445ca64f0d824008f1e95cbc34c221
|
4
|
+
data.tar.gz: c02b667e2c93e5b44ce020e8996edbd28bd6101c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c522bf580456baca929e7305b5afe07e0505e9b3cd81911d240bcab3f081c03d4805740543e0b2c2fe29a8f748de8f4100c4b8c3172db50ccff191cdc7dbb08
|
7
|
+
data.tar.gz: 2e01849c025b44736f89c08d457e7da837dbdd0979e6cb2ee04c1c336ea028298047953830644bb19c6085d177164fcdd8645042da4a4e95f01e5bbf1b2dfd83
|
data/CHANGELOG.md
CHANGED
@@ -8,7 +8,7 @@ require "jruby-stdin-channel"
|
|
8
8
|
# Read events from standard input.
|
9
9
|
#
|
10
10
|
# By default, each event is assumed to be one line. If you
|
11
|
-
# want to join lines, you'll want to use the multiline
|
11
|
+
# want to join lines, you'll want to use the multiline codec.
|
12
12
|
class LogStash::Inputs::Stdin < LogStash::Inputs::Base
|
13
13
|
config_name "stdin"
|
14
14
|
|
@@ -1,7 +1,7 @@
|
|
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.1'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "Read 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"
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-12-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|