logstash-input-stdin 3.2.3 → 3.2.4
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/docs/index.asciidoc +4 -8
- 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: f022e94e8b850c4de832063821a7f23a57208e51
|
4
|
+
data.tar.gz: 0395a5879b61b0ec77a52e4e18489a1d6aae1d52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d966b4642c4f8dc9c7334d50d8fe8660b1dc2a7bb4881191647c49594660a2425575a530672b9afbca1a50598057a6a6ea5825694ce6567c9f34231b53a3d5f
|
7
|
+
data.tar.gz: 0e5bb280a9b93bedc5311563a4ddc8fa4278142476cbb09c4b17a3f40319eac14f24e0029ab8d740f69a85fd161bf67bdd417208112b878274eb4d58250487e4
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
|
|
12
12
|
END - GENERATED VARIABLES, DO NOT EDIT!
|
13
13
|
///////////////////////////////////////////
|
14
14
|
|
15
|
-
[id="plugins-{type}-{plugin}"]
|
15
|
+
[id="plugins-{type}s-{plugin}"]
|
16
16
|
|
17
17
|
=== Stdin input plugin
|
18
18
|
|
@@ -28,12 +28,8 @@ want to join lines, you'll want to use the multiline codec.
|
|
28
28
|
[id="plugins-{type}s-{plugin}-options"]
|
29
29
|
==== Stdin Input Configuration Options
|
30
30
|
|
31
|
-
|
32
|
-
|
33
|
-
[cols="<,<,<",options="header",]
|
34
|
-
|=======================================================================
|
35
|
-
|Setting |Input type|Required
|
36
|
-
|=======================================================================
|
31
|
+
There are no special configuration options for this plugin,
|
32
|
+
but it does support the <<plugins-{type}s-{plugin}-common-options>>.
|
37
33
|
|
38
34
|
[id="plugins-{type}s-{plugin}-common-options"]
|
39
|
-
include::{include_path}/{type}.asciidoc[]
|
35
|
+
include::{include_path}/{type}.asciidoc[]
|
@@ -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.4'
|
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.4
|
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-08-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|