logstash-output-riemann 3.0.3 → 3.0.4

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: dedf2ebb1f4fd5ec3c3d5c6846c828d4a3aa4c97b3a197969fa688df08fc9d39
4
- data.tar.gz: 5e015a694705c52d1c1b55710430570ae0afbc8161686ffc75cadc036f30b8da
3
+ metadata.gz: 95c40e9ef363c6c2069f434eeda8154a1a3a1ad597b523d8fb277ff1b23b81d1
4
+ data.tar.gz: 9a17b73c3d56799ca8f913feb429833135437f5db81aad48f177ccf00ded3b2e
5
5
  SHA512:
6
- metadata.gz: 559a4b12599eba6b510a8964e2871a337bec4a09c25a269032d9e7f538c6346020115fc38818ea8a7aa8274eed93d4f0288a8aecbc03ee841b5278cf214245e7
7
- data.tar.gz: 4c6c263bc9086ae454412f9bfdde0fc8c42cb5bb9c45b97e28fbc9ae3b69b779b18f0e73f11c5cb97ee2f49f239578a137b83ece95a408a9dc582467dfb7628e
6
+ metadata.gz: ea4ae4cef4d213096d6d529ae7332d0b7b390817c4a027a5c6aa2c23778a7fe41e982fa904ccdac254067e960e0e3ea7389bed268a933f7b6b7e8d9976771aa4
7
+ data.tar.gz: 508821cbc3f67143c03947025ffc24b72ae7ac2da75f9085ac80751b6d7b2024a5d31219e45ff0984009c40b17e0787bf2e46ff76023dc150993e1f391b406fc
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.3
2
5
  - Update gemspec summary
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: riemann
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -175,4 +176,6 @@ in the Riemann event
175
176
 
176
177
 
177
178
  [id="plugins-{type}s-{plugin}-common-options"]
178
- include::{include_path}/{type}.asciidoc[]
179
+ include::{include_path}/{type}.asciidoc[]
180
+
181
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-riemann'
3
- s.version = '3.0.3'
3
+ s.version = '3.0.4'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Sends metrics to Riemann"
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-riemann
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
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