logstash-output-influxdb 5.0.1 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +1 -1
- data/lib/logstash/outputs/influxdb.rb +1 -1
- data/logstash-output-influxdb.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be594af0e397b463c762ba138bd261125a33a3d0
|
|
4
|
+
data.tar.gz: d236025e393d358a61c3030fa59407b03141b0eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48a43765eb47897ce26bf2d54c871c66f145afd6e3a3d276b042529eadcc879f5b55e9adf614abcfd888b55c34711526c66f0cd357604545d0b2a8c502b00c67
|
|
7
|
+
data.tar.gz: fe684f0d6d29f2d3c9ef271ee1e9ce652ba46524a8f9a384145ac9a45895c68c471b4a5a551037241f46324ab0af72fb2f2a51657414342f20f2fe36f80d2da6
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -191,7 +191,7 @@ class LogStash::Outputs::InfluxDB < LogStash::Outputs::Base
|
|
|
191
191
|
rescue InfluxDB::ConnectionError => ce
|
|
192
192
|
@logger.warn("Connection Error while writing to InfluxDB", :exception => ce)
|
|
193
193
|
rescue Exception => e
|
|
194
|
-
@logger.warn("Non recoverable exception while writing to InfluxDB", :exception =>
|
|
194
|
+
@logger.warn("Non recoverable exception while writing to InfluxDB", :exception => e)
|
|
195
195
|
end
|
|
196
196
|
end
|
|
197
197
|
|
|
@@ -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.2'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
5
|
s.summary = "This output lets you output 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.2
|
|
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
|
+
date: 2017-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|