logstash-input-gelf 3.0.5 → 3.0.6

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: 8a4d8419a022605621101a6f28fe1f80c7b13e54
4
- data.tar.gz: c967b55bc03895ce1eadf1f02341592e11cf85e4
3
+ metadata.gz: e806e28bd31b260b1695d50d47d1a40393b52ef7
4
+ data.tar.gz: 780112e96906e22c46116389fb10b9e141449a3b
5
5
  SHA512:
6
- metadata.gz: 2bfcaccd3d616142c10aeda61debfac638c6bf5ceec778142b23e51351d649c70412c46f7396a33ea1fab5f4fb97351e08ef91c2a7c8853cec4220229ec000d2
7
- data.tar.gz: 27825689156397f680840a8624128aed4485a313f06989b2494c81a9ee35598b418036c00bb450f54414b9862597e838da8d5942773cac959c429a18a045d0b0
6
+ metadata.gz: c9bfbde11aab858898372df8434e2bc44c92514dd19ed4ec4f3a2d140e0bbf29de1b914674f5bb5f2251823ca4987bb26ad4129a921161f476c4e036a30abd4a
7
+ data.tar.gz: e0cbeadc455f717240dab36234378eda7f40ba96fcdfc41246611e86a0fce830fe0654afc8ed66747088feae0e242cebd555df1009200f20fef05c7569611e45
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.5
2
5
  - No user impact: bump development/testing dependency 'gelf' to v3.0.0
3
6
 
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
  === Gelf input plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-gelf'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This input will read GELF messages as events over the network, making it a good choice if you already use Graylog2 today."
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-gelf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
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-27 00:00:00.000000000 Z
11
+ date: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement