logstash-output-zabbix 3.0.4 → 3.0.5

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
2
  SHA256:
3
- metadata.gz: 5a5c7e666bb33d168357ab68a8e54a272a021af7db7c236c8b18be3c7401e4c7
4
- data.tar.gz: 9790cca3e4c26f8ed5e38962e95adbee56e1d67c7e031f37d130db144be91ea1
3
+ metadata.gz: d56666153d2b50f83080db464d495fe2c777ff9234179b75781513139558be3a
4
+ data.tar.gz: 46492c61d0d4097b5740f744e03ccb0f1c0d05a81213be5304bd96241c60ee08
5
5
  SHA512:
6
- metadata.gz: e29ceb731b0bf02c1d09279a8b7fdcee73fc21826360563c3d928a54ffbbd7b17bfd411e1ddd954ac46ccc06feddf9cf0ce7fa4c3d9db7b35c8dc3399e5018d9
7
- data.tar.gz: 5e1a8db9aaaf4c7eb1210b43bc627159fc6ff693e49a0589784644d2989b9cdc223cabaab230e8f97fd71b23b0d640dfbfb344e13797058b15f7a0db46e05ecc
6
+ metadata.gz: 70f6691eb8ce1b4fa47ea98d7120ad386afe4a02c65d0b3eb0a73779b140519df425263b45dc272e522a47bf2d582b1db8bc62c7ba737101160d0728a1b24176
7
+ data.tar.gz: c996e44b2635874f449af3e839f94660e286edc7ec91766145a3b5b54e07010c70b1c168b3d28c6406ee13b34b895781350e17edfbb422b0f7427388e803e289
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.4
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012—2015 Elasticsearch <http://elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://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: zabbix
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -157,4 +158,6 @@ This directive will be ignored if using `multi_value`
157
158
 
158
159
 
159
160
  [id="plugins-{type}s-{plugin}-common-options"]
160
- include::{include_path}/{type}.asciidoc[]
161
+ include::{include_path}/{type}.asciidoc[]
162
+
163
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-zabbix'
3
- s.version = '3.0.4'
3
+ s.version = '3.0.5'
4
4
  s.licenses = ["Apache License (2.0)"]
5
5
  s.summary = "Sends events to a Zabbix server"
6
6
  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-output-zabbix
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-13 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