logstash-output-opentsdb 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: 9fa0612fd84042c38795ecf426bcdd9c995bb57e22221e1b20acc02d6e15ef37
4
- data.tar.gz: 85c1adcfdf759ee254fbe0a100824b3131684a1b2ce55bdab5fe5c4d7b552343
3
+ metadata.gz: 3c507eea26352ae15d7b9143b614e033a071ad083bc71575dffaa70329723cdf
4
+ data.tar.gz: 5e000dec73b3251233a9336a9874f6d77a81e51a25a8f81798cb5252def31806
5
5
  SHA512:
6
- metadata.gz: 9fe418266197650c9242748831f3b2dc1b8725b3d65a85c4d0e2ed9f5cce169489252ae69c45e008109e2897a7d4c2ac724bc48e7e52e7cdb85b024248574365
7
- data.tar.gz: 9d1e7859518476dab5867fb51b60690e6c20010d3eab8da60c33dc84c9257fd07ecd855e812ca2e06e949c4688f2a4e90c0306ecd2765f759702fca135506cd3
6
+ metadata.gz: 81ab3a898c83c14c038477828a759846644cc15e3837f50e7f37e68edb25eae29587542c634747eea2ba951e16271fc7f79568dc4e3bf3b0b7995a1ab25a079c
7
+ data.tar.gz: 287ab6ca7942515c252778e4ef65104b1464259ee4d3e15863045baae1f5f982d9ad12a3cc8b8820d5a44a3f143776d5bdfe9c23ca1f1aee367dedaa4de59dc9
@@ -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: opentsdb
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -84,4 +85,6 @@ The port to connect on your graphite server.
84
85
 
85
86
 
86
87
  [id="plugins-{type}s-{plugin}-common-options"]
87
- include::{include_path}/{type}.asciidoc[]
88
+ include::{include_path}/{type}.asciidoc[]
89
+
90
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-opentsdb'
4
- s.version = '3.1.4'
4
+ s.version = '3.1.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Writes metrics to OpenTSDB"
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-opentsdb
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