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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b502bcc71456f1981c053aac9bd10a496826b685
4
- data.tar.gz: 85c77dd5b871c0efa4ab5d18965213963a77c2c4
3
+ metadata.gz: f022e94e8b850c4de832063821a7f23a57208e51
4
+ data.tar.gz: 0395a5879b61b0ec77a52e4e18489a1d6aae1d52
5
5
  SHA512:
6
- metadata.gz: 94f2f9d881f5b5276ac226a62d078f6e4b01520cc895784869126f7034fbb2c8cfce8dd1e4e3c946df63ae5ef5df1768706abbd12cd5b2bebdeb8a4119581238
7
- data.tar.gz: af488d83b1d55713cd54c6e23c0d12491e167c294761a4b3ccb87d6f2a74dc603e864c3ee19447920b7df615527007cd023b443dc0551cf53c46e6e36d4dbf26
6
+ metadata.gz: 6d966b4642c4f8dc9c7334d50d8fe8660b1dc2a7bb4881191647c49594660a2425575a530672b9afbca1a50598057a6a6ea5825694ce6567c9f34231b53a3d5f
7
+ data.tar.gz: 0e5bb280a9b93bedc5311563a4ddc8fa4278142476cbb09c4b17a3f40319eac14f24e0029ab8d740f69a85fd161bf67bdd417208112b878274eb4d58250487e4
@@ -1,3 +1,6 @@
1
+ ## 3.2.4
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.2.2
2
5
  - Explicitely mark this plugin non reloadable following the changes from https://github.com/elastic/logstash/pull/6499
3
6
 
@@ -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
- This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later.
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.3'
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.3
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-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