logstash-output-graphite 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: cb919887911057e1ec66a86b1daeb19d62c131c086b8498bce5b820e1df7d2ee
4
- data.tar.gz: ca40d8cfed76fdb82f35e40e71373273695509850140f4f615a187287b068863
3
+ metadata.gz: cea60219f48376b374f835e9d6351a939ac96d113ee70bfd50bfc9fca0adf5f9
4
+ data.tar.gz: d3af2126f68cbdcc7636d86df3b742d511275c3c18463fac8190198d22e5ea02
5
5
  SHA512:
6
- metadata.gz: 46b04137da303ee587a27538dabc68713a6ab69b1be3f974641532f44aa4fcd3e79d65557e59aa7f5489a654cf3524d5f1c02988a0a84ed884d496a5564675d8
7
- data.tar.gz: ceea11b7e99fba1c9d77793a46a0a8f33b1233182dbe58f8799012495e9bc1b00e604e8f999dadb2344298b95d0d0812ef94f0e4c919e2bc78c8fabebd537416
6
+ metadata.gz: 6f1594fdb1b01b7b62cd12e93d2254cdf8f829f43ed89e2cd50abf617b2f15b245ea7f5ecf555bd43d5bf62db5ba16db9ddb43694a618f238befdf6c622a3c49
7
+ data.tar.gz: ec2c27a88f49e35b970ecd40d05d3624a19265b3c2a6ea886ad10010dc3a1f75cf850352569a316e8dda2af33bdce27fe617f102eaf81a566e906bccea44cd38
data/CHANGELOG.md CHANGED
@@ -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.
data/docs/index.asciidoc CHANGED
@@ -1,5 +1,6 @@
1
1
  :plugin: graphite
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -170,4 +171,6 @@ graphite since you probably have a cache layer infront of Logstash.
170
171
 
171
172
 
172
173
  [id="plugins-{type}s-{plugin}-common-options"]
173
- include::{include_path}/{type}.asciidoc[]
174
+ include::{include_path}/{type}.asciidoc[]
175
+
176
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-graphite'
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 Graphite"
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-graphite
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-07 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