logstash-output-influxdb 5.0.3 → 5.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: 3a0ae7edbbf14258a9f1df39f585845aeb6c5c760f8f486a4838c36c961d4dcf
4
- data.tar.gz: 6a2ad150d68d0d982484d424897b87b188ba00afc41b36194ac89a3095b3a3b6
3
+ metadata.gz: f03ad5c1c1d190dc8061f056d905f2a0724328889d6fc6604785cb619fcf4a34
4
+ data.tar.gz: 4477a48313fa99489aa54ad4d335e1f2197133cdc6005ce036bdf981953e4825
5
5
  SHA512:
6
- metadata.gz: f1851c9d2d3e7f1ed202f90efce8a29ff0784e3cf7bb257fae2b84f02beb39d64a7f8233dc3f1205e503926b46b3d4e6aef9361dd3a256fa6f3df4438ee23d47
7
- data.tar.gz: 69064c30772262e949053270fabf7e7b4515c553fba50b8cab9fe202923755c3d25ac6c9692544ab9d4526985544c2bb3a46596080af72aec7094c6d623c6fb1
6
+ metadata.gz: d28394726a0a2c61be7e9ba53396a74f6ef6f9394d8030010cafcc95ccca9ca07aafd37b2337dd3e7cfbe5dbd31f6e931ea8b6328df51f1295311971ce819f46
7
+ data.tar.gz: 9d0384a06e8c6dc40d064c65fea05d1432d5394baa74847af88b94bede63e75b1ace5d9d925358c4c04d12aeed0c2a1dcac295ec5f89ad605af1b6ca8b7f4596
data/CHANGELOG.md CHANGED
@@ -1,8 +1,15 @@
1
+ ## 5.0.4
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 5.0.3
2
5
  - Update gemspec summary
3
6
 
4
7
  ## 5.0.2
5
8
  - Fix some documentation issues
9
+
10
+ ## 5.0.1
11
+ - Fix a typo in exception handling
12
+ - Various build and ci changes
6
13
 
7
14
  ## 5.0.0
8
15
  - Use the official influxdb client. This doesn't change the config options, but has some
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: influxdb
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -267,4 +268,6 @@ The user who has access to the named database
267
268
 
268
269
 
269
270
  [id="plugins-{type}s-{plugin}-common-options"]
270
- include::{include_path}/{type}.asciidoc[]
271
+ include::{include_path}/{type}.asciidoc[]
272
+
273
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-influxdb'
3
- s.version = '5.0.3'
3
+ s.version = '5.0.4'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Writes metrics to InfluxDB"
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-influxdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.3
4
+ version: 5.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-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