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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e94eecb76efb775edf2d8e8b0939fbde8323b1ab
4
- data.tar.gz: 9169678d769f57d3278286595696b047f5622b16
3
+ metadata.gz: c52ec9fb5c445ca64f0d824008f1e95cbc34c221
4
+ data.tar.gz: c02b667e2c93e5b44ce020e8996edbd28bd6101c
5
5
  SHA512:
6
- metadata.gz: f5ae6ed03bb3a8ba1014eba2c00bc253023442d5ba5f618f2c46c0f131f83d09e500dec7dcf8bac9f73e743ace844af2c6f1aac9d7f7d70e2a7cd242f71bab2b
7
- data.tar.gz: ad63963d1b97389547811d783fb3e75e05bd0922a8e86871f343fc9c2000a7dd9c4d111df827b49a65129b279d50056288bb04b76b2ddb5ed8066123715a93bb
6
+ metadata.gz: 4c522bf580456baca929e7305b5afe07e0505e9b3cd81911d240bcab3f081c03d4805740543e0b2c2fe29a8f748de8f4100c4b8c3172db50ccff191cdc7dbb08
7
+ data.tar.gz: 2e01849c025b44736f89c08d457e7da837dbdd0979e6cb2ee04c1c336ea028298047953830644bb19c6085d177164fcdd8645042da4a4e95f01e5bbf1b2dfd83
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.2.1
2
+ - Docs: Remove mention of the multiline filter plugin because it's no longer supported
3
+
1
4
  ## 3.2.0
2
5
  - Add a startup message if logstash is started on a terminal
3
6
 
@@ -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 filter.
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.0'
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.0
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-09-13 00:00:00.000000000 Z
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