logstash-output-statsd 3.1.4 → 3.1.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: 64c652e83594195211e802141d8e26aebaa55096a167114aebb01fb7f98d8c38
4
- data.tar.gz: 51419f2cdba79ee77d7ec07b50a150e03e68ad6dc0e3dae1b39983cb009308f4
3
+ metadata.gz: 9375255d0cc0ec934c5317143c293d8ac15f7bac3ab91975abdc1c770f8cc755
4
+ data.tar.gz: cf939fb95644f3f3b086e3d51b7b1642880f0ca32389196ab9686a406a51250b
5
5
  SHA512:
6
- metadata.gz: 44bb98b6d5188d373f45345303f68202a898e26429f39942f45804776706db96bfc397b31c9365979d8e216ccc07553454aa09b5c34a7d767b23d1ec9b306e55
7
- data.tar.gz: 40ae64f4a4787a5e7487ea0b010afb9a00385c8b5f01001deb1cfcafd2a976a806407c0dca60e39e5a906d0a04103c12f1b1c06fa7217d7eca7c18dee3cd025d
6
+ metadata.gz: 3875ed72d511e73b68e6096e9e645b4842c15b9a93e75d075f871180269fe1aaad4ee28dec2866c6bb5f72c654f4dc9333e136a5fac314a689866345fa72dfaf
7
+ data.tar.gz: 58674d330177bc186d0e47f6743405ee1849b4caa7553a904e27a251ec85d7100cb6aa415d474e59c6e7e4869946811e7b41d7f55df4f4dce47141cc75a04255
@@ -1,3 +1,6 @@
1
+ ## 3.1.5
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.1.4
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: statsd
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -190,4 +191,6 @@ are allowed in the metric names.
190
191
 
191
192
 
192
193
  [id="plugins-{type}s-{plugin}-common-options"]
193
- include::{include_path}/{type}.asciidoc[]
194
+ include::{include_path}/{type}.asciidoc[]
195
+
196
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-statsd'
4
- s.version = '3.1.4'
4
+ s.version = '3.1.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Sends metrics using the `statsd` network daemon"
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-output-statsd
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.4
4
+ version: 3.1.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