logstash-input-graphite 3.0.4 → 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
- SHA1:
3
- metadata.gz: f69e75726a9f26ff66c6261016d73fdadc3d3061
4
- data.tar.gz: 46ea8b7ce920f3ae8a7980cc1cbe6f3ad5c09365
2
+ SHA256:
3
+ metadata.gz: fc50758b93fcea7229f385d4f54a745495a7ad3ea15ee34d54605e09f5640847
4
+ data.tar.gz: 349e88f68269225ff619e65e5527f25aafa8db1d3d3559dab11b3b0bccaeeb1b
5
5
  SHA512:
6
- metadata.gz: b6b8a6877d80a640d917e3abe82e564db91a2e69d0ffb2fdcd7fc218fced841f5ebaf3c2896173ffe6048c38bb29046b16c7e362fe2125e520824d6496c1b29e
7
- data.tar.gz: c7108fcd6eb83efd97757a5c0a7f386d30a89aab817c44e6ff2118798cc169ec0ea14d1718fbb007558e0a293951aafb96cea59eae04dfeff4d8accae992a804
6
+ metadata.gz: 23bf785cfa1648f496be47d76d9177e84c043fd9d4f3a6e1a1afb78ac295b5b4f394424791fdc837d19119906a6eb60a2aadfbda6ef5eb740d2dc70eae16e931
7
+ data.tar.gz: 8e4fd894faed51d98748fbdbf630c468a38168469aac8e4c7bf1fd0bd34febc1aa63a7f3d59b9ad6a67649c1eeb885be8d5db16835d0ab8dadc23df0e48a9b33
@@ -1,3 +1,9 @@
1
+ ## 3.0.6
2
+ - Docs: Set the default_codec doc attribute.
3
+
4
+ ## 3.0.5
5
+ - Update gemspec summary
6
+
1
7
  ## 3.0.4
2
8
  - Fix some documentation issues
3
9
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: graphite
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -172,4 +173,6 @@ For input, sets the field `sslsubject` to that of the client certificate.
172
173
 
173
174
 
174
175
  [id="plugins-{type}s-{plugin}-common-options"]
175
- include::{include_path}/{type}.asciidoc[]
176
+ include::{include_path}/{type}.asciidoc[]
177
+
178
+ :default_codec!:
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-graphite'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Receive graphite metrics"
6
+ s.summary = "Reads metrics from the `graphite` tool"
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"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-graphite
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
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-08-21 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -97,10 +99,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
99
  version: '0'
98
100
  requirements: []
99
101
  rubyforge_project:
100
- rubygems_version: 2.4.8
102
+ rubygems_version: 2.6.11
101
103
  signing_key:
102
104
  specification_version: 4
103
- summary: Receive graphite metrics
105
+ summary: Reads metrics from the `graphite` tool
104
106
  test_files:
105
107
  - spec/inputs/graphite_spec.rb
106
108
  - spec/spec_helper.rb