logstash-output-graphite 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0d3b87c2f6fd38230b952bcb749096ae853a268
4
- data.tar.gz: bc8eb7ecce19860dd9207ba43769db3ba14d88f5
3
+ metadata.gz: 2e9fa433c20de3668a25403281f5cbb3ae7952d6
4
+ data.tar.gz: 6391b1f0137f1f637ecd656f3f04f5898c298f31
5
5
  SHA512:
6
- metadata.gz: 93241aa21507a9637dceea919c181825300f44adb733423cae4b84cf73c4c5ddc7f0d7d7af84a5069f41488d56a66e3444abe94a4ebc6a7c2ef49c9e08ba3f8a
7
- data.tar.gz: d80f676a9f840ee02feb4ccc14ed4bf75fedb0caa4153baf28768e72f903462466cd5180d03295ad306bb351a1a1c0ec134f9df3006ca2472067adf406f7aaa7
6
+ metadata.gz: da65eb4c3edf08e6b327e771204817a877f619713c4fba06d3611cb9235636ca5b2436ac027fc3ca32aa4ccf4e08a332929ac0e94a73e8f158efe29a6533dc7a
7
+ data.tar.gz: 564c8b7cc09740c14baf91f4626d6d8b9f85b38b51951274c8ed85cd2f51c2ef284e44d5b00b04934ebe3b4447abb7e82e7b2e083f3e937d2a0ac6b35368f431
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2015 Elasticsearch <http://www.elasticsearch.org>
1
+ Copyright (c) 20122015 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.
@@ -33,7 +33,7 @@ class LogStash::Outputs::Graphite < LogStash::Outputs::Base
33
33
  # for metric names and also for values. This is a hash field with key
34
34
  # being the metric name, value being the metric value. Example:
35
35
  # [source,ruby]
36
- # [ "%{host}/uptime", "%{uptime_1m}" ]
36
+ # metrics => { "%{host}/uptime" => "%{uptime_1m}" }
37
37
  #
38
38
  # The value will be coerced to a floating point value. Values which cannot be
39
39
  # coerced will be set to zero (0). You may use either `metrics` or `fields_are_metrics`,
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-graphite'
4
- s.version = '0.1.6'
4
+ s.version = '0.1.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This output allows you to pull metrics from your logs and ship them to Graphite"
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/plugin install gemname. This gem is not a stand-alone program"
8
- s.authors = ["Elasticsearch"]
9
- s.email = 'info@elasticsearch.com'
10
- s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
8
+ s.authors = ["Elastic"]
9
+ s.email = 'info@elastic.co'
10
+ s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-graphite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
- - Elasticsearch
7
+ - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-26 00:00:00.000000000 Z
11
+ date: 2015-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -87,7 +87,7 @@ dependencies:
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
90
- email: info@elasticsearch.com
90
+ email: info@elastic.co
91
91
  executables: []
92
92
  extensions: []
93
93
  extra_rdoc_files: []
@@ -103,7 +103,7 @@ files:
103
103
  - spec/outputs/graphite_spec.rb
104
104
  - spec/spec_helper.rb
105
105
  - spec/support/server.rb
106
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
106
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
107
107
  licenses:
108
108
  - Apache License (2.0)
109
109
  metadata:
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  requirements: []
127
127
  rubyforge_project:
128
- rubygems_version: 2.4.5
128
+ rubygems_version: 2.1.9
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: This output allows you to pull metrics from your logs and ship them to Graphite