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 +4 -4
- data/CHANGELOG.md +3 -0
- data/LICENSE +1 -1
- data/docs/index.asciidoc +3 -0
- data/logstash-input-stdin.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d75ee0e7bc13e59000767d0ac390770282e5b7055e23965e4d7c329de32c8a98
|
4
|
+
data.tar.gz: d2e0cd0c7a646ac078b8102a9b99730f9d950f87ac9f5af002cebbaccf02bfd4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3975f637f89ee677d2e8c860fc2a7b5b263bd333b957c6490b0064474b9e287c13a7288d076a6862ae2149e23185b7463038338d5563fad48e72c31df23dc922
|
7
|
+
data.tar.gz: 83bfc77de921cbb486c24170b97371c50d986a1292aef1bf9b784c059b786b4a6a155a4d3a7c41e91f03709bca65d68755e957e6b3c6c11c5195ff733942ccf8
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -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.
|
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.
|
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:
|
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
|