logstash-input-zenoss 0.1.3 → 0.1.4
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/logstash-input-zenoss.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: 26c6c75fb6fd2b5550b953b05ef83012744009e9
|
|
4
|
+
data.tar.gz: dbd129abe9859a06d9058253ec6ddae508b5b4f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae6417e5cf3ebd9a05be4acf161aa16b46205d8f5c6060c794b340e4f41ad3b80f7390447db2f4f4815248ffb582c86f8c58f890fe20b6b7f08596d48f5a1afb
|
|
7
|
+
data.tar.gz: 1254233916bd9ea446219f78e01140afddce8aee20481006a40c896bcb0f2ae184147dba722a9a1a6304de69a41f2fe54b2d9d7dbae114f534fb2609efacc6a6
|
data/LICENSE
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-zenoss'
|
|
4
|
-
s.version = '0.1.
|
|
4
|
+
s.version = '0.1.4'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Read Zenoss events from the zenoss.zenevents fanout exchange."
|
|
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-input-zenoss
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
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: []
|
|
@@ -102,7 +102,7 @@ files:
|
|
|
102
102
|
- lib/logstash/util/zenoss.rb
|
|
103
103
|
- logstash-input-zenoss.gemspec
|
|
104
104
|
- spec/inputs/zenoss_spec.rb
|
|
105
|
-
homepage: http://www.
|
|
105
|
+
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
106
106
|
licenses:
|
|
107
107
|
- Apache License (2.0)
|
|
108
108
|
metadata:
|
|
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
124
124
|
version: '0'
|
|
125
125
|
requirements: []
|
|
126
126
|
rubyforge_project:
|
|
127
|
-
rubygems_version: 2.
|
|
127
|
+
rubygems_version: 2.1.9
|
|
128
128
|
signing_key:
|
|
129
129
|
specification_version: 4
|
|
130
130
|
summary: Read Zenoss events from the zenoss.zenevents fanout exchange.
|