logstash-output-stdout 3.1.1 → 3.1.2
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-output-stdout.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: 04a8b685e12a85559df85983b2b8798b06f3809b
|
4
|
+
data.tar.gz: a8f0b15959adff11a3b41afcccb341c191e0bc55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afa9b1bd3f8492cc16916e11c75c1a29e8026e73bb5722531d1a2bdbda16edec5bee978624196efe8f9f736b1d09bca460cfb5104b40912150e9e9b3b1fd8e50
|
7
|
+
data.tar.gz: dbfe2f30d885d922c7524c6e40cee69cb48176f1611f1bec4eed3710c1d85b93572b755e3f478106c1faed2df027175589bba25be7c1831240ec6e3e778240cb
|
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
|
=== Stdout output plugin
|
18
18
|
|
@@ -53,12 +53,8 @@ http://rubygems.org/gems/awesome_print[library]
|
|
53
53
|
[id="plugins-{type}s-{plugin}-options"]
|
54
54
|
==== Stdout Output Configuration Options
|
55
55
|
|
56
|
-
|
57
|
-
|
58
|
-
[cols="<,<,<",options="header",]
|
59
|
-
|=======================================================================
|
60
|
-
|Setting |Input type|Required
|
61
|
-
|=======================================================================
|
56
|
+
There are no special configuration options for this plugin,
|
57
|
+
but it does support the <<plugins-{type}s-{plugin}-common-options>>.
|
62
58
|
|
63
59
|
[id="plugins-{type}s-{plugin}-common-options"]
|
64
|
-
include::{include_path}/{type}.asciidoc[]
|
60
|
+
include::{include_path}/{type}.asciidoc[]
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-output-stdout'
|
4
|
-
s.version = '3.1.
|
4
|
+
s.version = '3.1.2'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "A simple output which prints to the STDOUT of the shell running Logstash."
|
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-output-stdout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.2
|
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
|