logstash-codec-collectd 3.0.4 → 3.0.5

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
- SHA1:
3
- metadata.gz: decc3be655939a06a907407677c23e75286dd70b
4
- data.tar.gz: 7df39f00db930c448f03679e8dac5a3e18476cc3
2
+ SHA256:
3
+ metadata.gz: 63ac08a68257e70f7d485f077a0225c08e7a946ba6e09bdd96c1c88b8745f0dc
4
+ data.tar.gz: dcf2c7230754ece32ffeb490a322732bf4e0ef4dea81bc64eb28675763fd3328
5
5
  SHA512:
6
- metadata.gz: eadab78a1e9ed8c9ebdeaf64f123b8a534829f09aaf1273f53eb8b5e4c75fefda80111bfe6948ad3f9d196138b6817a8f2cff4d5a6c5b325ee411843d7c39cb2
7
- data.tar.gz: 6a723a6cb8c4d37f34e377ff5e0dc6f7435c5ddbcb0182f7977a054ece840d19fb4b32c93d5b7c5a4daaabd7b06e609ba00e650f800bf844645702120ec0a15e
6
+ metadata.gz: 0f0a6f7174e35fb26786aac8d312c082e632b047a9d6106164e8c2c7bec116031569fb6bbc842deef7e98fafdbec38674f8c43b7248ba28fef40369bce49fe5a
7
+ data.tar.gz: fe964abe4ffff29f61cfd35d793cb5210b55c641ead7962c5794ccdf75ce36369be125bdcddd9176ec7e16e0afc78d0b4285340a87b11e0ecf7bc303bba756a6
data/docs/index.asciidoc CHANGED
@@ -7,14 +7,14 @@ START - GENERATED VARIABLES, DO NOT EDIT!
7
7
  :version: %VERSION%
8
8
  :release_date: %RELEASE_DATE%
9
9
  :changelog_url: %CHANGELOG_URL%
10
- :include_path: ../../../logstash/docs/include
10
+ :include_path: ../../../../logstash/docs/include
11
11
  ///////////////////////////////////////////
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
15
  [id="plugins-{type}-{plugin}"]
16
16
 
17
- === Collectd
17
+ === Collectd codec plugin
18
18
 
19
19
  include::{include_path}/plugin_header.asciidoc[]
20
20
 
@@ -55,8 +55,6 @@ Be sure to replace `10.0.0.1` with the IP of your Logstash instance.
55
55
  [id="plugins-{type}s-{plugin}-options"]
56
56
  ==== Collectd Codec Configuration Options
57
57
 
58
- This plugin supports the following configuration options plus the <<plugins-{type}s-common-options>> described later.
59
-
60
58
  [cols="<,<,<",options="header",]
61
59
  |=======================================================================
62
60
  |Setting |Input type|Required
@@ -69,9 +67,6 @@ This plugin supports the following configuration options plus the <<plugins-{typ
69
67
  | <<plugins-{type}s-{plugin}-typesdb>> |<<array,array>>|No
70
68
  |=======================================================================
71
69
 
72
- Also see <<plugins-{type}s-common-options>> for a list of options supported by all
73
- codec plugins.
74
-
75
70
  &nbsp;
76
71
 
77
72
  [id="plugins-{type}s-{plugin}-authfile"]
@@ -143,5 +138,3 @@ The last matching pattern wins if you have identical pattern names in multiple f
143
138
  If no types.db is provided the included `types.db` will be used (currently 5.4.0).
144
139
 
145
140
 
146
-
147
- include::{include_path}/{type}.asciidoc[]
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-codec-collectd'
3
- s.version = '3.0.4'
3
+ s.version = '3.0.5'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Read events from the collectd binary protocol"
6
6
  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-codec-collectd
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
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-06 00:00:00.000000000 Z
11
+ date: 2017-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -44,7 +44,9 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- 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
47
+ description: This gem is a Logstash plugin required to be installed on top of the
48
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
49
+ gem is not a stand-alone program
48
50
  email: info@elastic.co
49
51
  executables: []
50
52
  extensions: []
@@ -82,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  version: '0'
83
85
  requirements: []
84
86
  rubyforge_project:
85
- rubygems_version: 2.4.8
87
+ rubygems_version: 2.6.11
86
88
  signing_key:
87
89
  specification_version: 4
88
90
  summary: Read events from the collectd binary protocol