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 +4 -4
- data/LICENSE +1 -1
- data/lib/logstash/outputs/graphite.rb +1 -1
- data/logstash-output-graphite.gemspec +4 -4
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e9fa433c20de3668a25403281f5cbb3ae7952d6
|
|
4
|
+
data.tar.gz: 6391b1f0137f1f637ecd656f3f04f5898c298f31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da65eb4c3edf08e6b327e771204817a877f619713c4fba06d3611cb9235636ca5b2436ac027fc3ca32aa4ccf4e08a332929ac0e94a73e8f158efe29a6533dc7a
|
|
7
|
+
data.tar.gz: 564c8b7cc09740c14baf91f4626d6d8b9f85b38b51951274c8ed85cd2f51c2ef284e44d5b00b04934ebe3b4447abb7e82e7b2e083f3e937d2a0ac6b35368f431
|
data/LICENSE
CHANGED
|
@@ -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
|
-
#
|
|
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.
|
|
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 = ["
|
|
9
|
-
s.email = 'info@
|
|
10
|
-
s.homepage = "http://www.
|
|
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.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
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@
|
|
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.
|
|
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.
|
|
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
|