logstash-input-stdin 3.2.5 → 3.2.6

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
  SHA256:
3
- metadata.gz: 0e76e7f57db9075ad2ac4aa3949450912122ad2468cc4a574be9bfbbf9e05498
4
- data.tar.gz: fd05d3216a68e6af436a6c9d96be991fdf1ff021af292f226c29b0d9b3453678
3
+ metadata.gz: d75ee0e7bc13e59000767d0ac390770282e5b7055e23965e4d7c329de32c8a98
4
+ data.tar.gz: d2e0cd0c7a646ac078b8102a9b99730f9d950f87ac9f5af002cebbaccf02bfd4
5
5
  SHA512:
6
- metadata.gz: 756f155626f6f09b25efcf25efb384e636c416a51c59951e13941977b1f4373e9099911d675227aede80f68a0df1ce6929ab967a09ae7ed97773593584f487ab
7
- data.tar.gz: f7d745ce50048bed7fe8501ac3478bc442005aed22d433def7aa6fffe68d9a9d60e1cac87fcc3d3dfe3a927ffb2cba963ada456964ea3f94b672a9ee164f024e
6
+ metadata.gz: 3975f637f89ee677d2e8c860fc2a7b5b263bd333b957c6490b0064474b9e287c13a7288d076a6862ae2149e23185b7463038338d5563fad48e72c31df23dc922
7
+ data.tar.gz: 83bfc77de921cbb486c24170b97371c50d986a1292aef1bf9b784c059b786b4a6a155a4d3a7c41e91f03709bca65d68755e957e6b3c6c11c5195ff733942ccf8
@@ -1,3 +1,6 @@
1
+ ## 3.2.6
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.2.5
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: stdin
2
2
  :type: input
3
+ :default_codec: line
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -33,3 +34,5 @@ but it does support the <<plugins-{type}s-{plugin}-common-options>>.
33
34
 
34
35
  [id="plugins-{type}s-{plugin}-common-options"]
35
36
  include::{include_path}/{type}.asciidoc[]
37
+
38
+ :default_codec!:
@@ -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.5'
4
+ s.version = '3.2.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
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"
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.5
4
+ version: 3.2.6
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-07 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement