logstash-input-zenoss 2.0.6 → 2.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +3 -0
- data/LICENSE +1 -1
- data/docs/index.asciidoc +4 -1
- data/logstash-input-zenoss.gemspec +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 1bad7c4767fdb123c17cf8aa62b661d5cbc582e456e54065e83b81c3a9fa982c
|
4
|
+
data.tar.gz: caa58697b4d2bb55af4e6e61112bc76b752fbcd44332c6cae2d85f11a9f944f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 646329a04a586ea0e886ba78dc1ba24893b67f1e605e335422006bc3e899300f074c3f79f6668ce61aa8f9fa65ad2ac6c2a605fc2d3474df70bb7cacdfa39f1c
|
7
|
+
data.tar.gz: d7ba2abb69ffb7e1512ef46e4fde83ca60c317765fdd443ed5c5a4348cb06315bb5195ba1b050c23f6b4a79252a31a2e350d7494c484f97470a4c20953491ef2
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
:plugin: zenoss
|
2
2
|
:type: input
|
3
|
+
:default_codec: plain
|
3
4
|
|
4
5
|
///////////////////////////////////////////
|
5
6
|
START - GENERATED VARIABLES, DO NOT EDIT!
|
@@ -395,4 +396,6 @@ The vhost to use. If you don't know what this is, leave the default.
|
|
395
396
|
|
396
397
|
|
397
398
|
[id="plugins-{type}s-{plugin}-common-options"]
|
398
|
-
include::{include_path}/{type}.asciidoc[]
|
399
|
+
include::{include_path}/{type}.asciidoc[]
|
400
|
+
|
401
|
+
:default_codec!:
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-input-zenoss'
|
4
|
-
s.version = '2.0.
|
4
|
+
s.version = '2.0.7'
|
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/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-input-zenoss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
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
|
@@ -94,7 +94,9 @@ dependencies:
|
|
94
94
|
- - ">="
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
97
|
+
description: This gem is a Logstash plugin required to be installed on top of the
|
98
|
+
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
99
|
+
gem is not a stand-alone program
|
98
100
|
email: info@elastic.co
|
99
101
|
executables: []
|
100
102
|
extensions: []
|
@@ -133,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
133
135
|
version: '0'
|
134
136
|
requirements: []
|
135
137
|
rubyforge_project:
|
136
|
-
rubygems_version: 2.
|
138
|
+
rubygems_version: 2.6.11
|
137
139
|
signing_key:
|
138
140
|
specification_version: 4
|
139
141
|
summary: Read Zenoss events from the zenoss.zenevents fanout exchange.
|