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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 32ac5c2a4dd13123f66243fb0a42586d876e0e04
4
- data.tar.gz: 38c3671d81184c13e64aac3fefa2a30dd19ccee9
3
+ metadata.gz: 04a8b685e12a85559df85983b2b8798b06f3809b
4
+ data.tar.gz: a8f0b15959adff11a3b41afcccb341c191e0bc55
5
5
  SHA512:
6
- metadata.gz: 6ea102056c1a8be8d6cc1fd2c8995d6d253929912f5bc9c8d45007ef07aca4be7e84f66a8acd4acafd08cef0389ca4cde944ef215a80c47bfc881c80562c7275
7
- data.tar.gz: d63dcc479f5a4bc59302f37e264c93baf1569ec935956d0d3a21b09689c0683a9e261e48acc6bb1bddfdb9d3edf7ea9c925b40fcfcdc1fcee5568e90ce5a2584
6
+ metadata.gz: afa9b1bd3f8492cc16916e11c75c1a29e8026e73bb5722531d1a2bdbda16edec5bee978624196efe8f9f736b1d09bca460cfb5104b40912150e9e9b3b1fd8e50
7
+ data.tar.gz: dbfe2f30d885d922c7524c6e40cee69cb48176f1611f1bec4eed3710c1d85b93572b755e3f478106c1faed2df027175589bba25be7c1831240ec6e3e778240cb
@@ -1,3 +1,6 @@
1
+ ## 3.1.2
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.1.0
2
5
  - Use new 'concurrency :single' for concurrency
3
6
  - Use pipeline encoded codec for greater parallelism
@@ -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
- This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later.
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.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.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-06-23 00:00:00.000000000 Z
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