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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 40cc9aa77ecfd3e5f5bcafe89971847b43ea2511
4
- data.tar.gz: 7d6829e2250424b2e3b50a8effa33afadcc1394e
2
+ SHA256:
3
+ metadata.gz: 1bad7c4767fdb123c17cf8aa62b661d5cbc582e456e54065e83b81c3a9fa982c
4
+ data.tar.gz: caa58697b4d2bb55af4e6e61112bc76b752fbcd44332c6cae2d85f11a9f944f9
5
5
  SHA512:
6
- metadata.gz: 545ffc012656bfe55ac6b97b14a52459e7c98fed28ba97c19a7623c184ae8c639d09e392a51f36a78bb0b43effcc6aaafee78d3fa812b4f8b78eb0b970b9c1ff
7
- data.tar.gz: 78e8e6a1f35bde078a67e61f0fe04e9936fefc9569715eac330eeac8575c5c942ecb8a26f6de290d8e8835f16374d87863b10abdcf8a0aa6227af300520e1ce8
6
+ metadata.gz: 646329a04a586ea0e886ba78dc1ba24893b67f1e605e335422006bc3e899300f074c3f79f6668ce61aa8f9fa65ad2ac6c2a605fc2d3474df70bb7cacdfa39f1c
7
+ data.tar.gz: d7ba2abb69ffb7e1512ef46e4fde83ca60c317765fdd443ed5c5a4348cb06315bb5195ba1b050c23f6b4a79252a31a2e350d7494c484f97470a4c20953491ef2
@@ -1,3 +1,6 @@
1
+ ## 2.0.7
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 2.0.6
2
5
  - Fix some documentation issues
3
6
 
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: 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.6'
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.6
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: 2017-08-16 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
@@ -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 Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
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.4.8
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.