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 +4 -4
- data/CHANGELOG.md +7 -0
- data/LICENSE +1 -1
- data/docs/index.asciidoc +4 -1
- data/logstash-output-influxdb.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f03ad5c1c1d190dc8061f056d905f2a0724328889d6fc6604785cb619fcf4a34
|
4
|
+
data.tar.gz: 4477a48313fa99489aa54ad4d335e1f2197133cdc6005ce036bdf981953e4825
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
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
|
+
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.
|
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:
|
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
|