logstash-output-librato 3.0.5 → 3.0.6

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: 2435f8fdbe6dd9051b2cb34b4d5538db9df56d693d4d6a76d0e814f9e17d91d7
4
- data.tar.gz: b4d6ff4d847382dc9f660100e06736f2e0e50a00c8658f8ebed61ced373ab3a8
3
+ metadata.gz: a625042e50051710db6ceb2a37a27d0a55d64a5f36619419e1af71ed2537d7e2
4
+ data.tar.gz: 80075f408d6e7f485c5f386d1ef10b4bc875049ac9a6a264cd9a71dca88870c3
5
5
  SHA512:
6
- metadata.gz: ab3be7f2d23b0579cdb72108ef63e361d631f49880418ae24b35b499e75d46be4e8c4fdc38408fd9552104d8d5d7f001bfacc2d79f75afbb386793da69885feb
7
- data.tar.gz: d8ad5eb111f4db280b68c1ae78a189327e865abc891565608b334b2b2b60612ca2203ec61ef3e852d11eb79c427bf8a291d92f01dba2f760a4ea1920ed7adb5c
6
+ metadata.gz: d702cfa170a21e58a06b8c290d92bedcac733be95f4feec2de8f0626ddd87f148827d5e300b79dcbd2c4e4801b4da2b7599fc09406b3cfc46211bd3458a27a09
7
+ data.tar.gz: 40ac1f5a604164009a39bbbbf5daa2c89d22aa605976208f3d895167270a0b74f752b89f20b7da6f9c77ae815c0014ab07b6d2d99ddffc1d2f1a53dcce060a42
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.5
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: librato
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -160,3 +161,5 @@ Default is to use the event's timestamp
160
161
 
161
162
  [id="plugins-{type}s-{plugin}-common-options"]
162
163
  include::{include_path}/{type}.asciidoc[]
164
+
165
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-librato'
3
- s.version = '3.0.5'
3
+ s.version = '3.0.6'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Sends metrics, annotations, and alerts to Librato based on Logstash events"
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-librato
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
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