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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: adbd6b5b23c298d5eae3d4bbfc192ead4470b2b6
4
- data.tar.gz: 4c62030ad2066315fe3398d6316f11a7f4ca9b47
3
+ metadata.gz: be594af0e397b463c762ba138bd261125a33a3d0
4
+ data.tar.gz: d236025e393d358a61c3030fa59407b03141b0eb
5
5
  SHA512:
6
- metadata.gz: 19d096a9c2777624b17230e6c518ee45082dc2cd6066be7f04ca50c6681e6e5bcc2a2595e524d3ed97cfcbff52f414a5f67ceeacee875579416261609e24cb2b
7
- data.tar.gz: e0a06f49a7a87ccd5d07210ad20e0a36b426b96b1e8c95042b45429fca0cc46e6bc37ae582bf46442f2a4f4dcafc7e713cebf34c59d141159d847f197598b425
6
+ metadata.gz: 48a43765eb47897ce26bf2d54c871c66f145afd6e3a3d276b042529eadcc879f5b55e9adf614abcfd888b55c34711526c66f0cd357604545d0b2a8c502b00c67
7
+ data.tar.gz: fe684f0d6d29f2d3c9ef271ee1e9ce652ba46524a8f9a384145ac9a45895c68c471b4a5a551037241f46324ab0af72fb2f2a51657414342f20f2fe36f80d2da6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 5.0.2
2
+ - Fix some documentation issues
3
+
1
4
  ## 5.0.0
2
5
  - Use the official influxdb client. This doesn't change the config options, but has some
3
6
  breakage potential, so this is a major version bump.
data/docs/index.asciidoc CHANGED
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Influxdb output plugin
18
18
 
@@ -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 => ce)
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.1'
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.1
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-06-23 00:00:00.000000000 Z
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