logstash-plugins / logstash-output-influxdb

Apache License 2.0
58 stars 79 forks source link

Empty error message #63

Closed IngaFeick closed 7 years ago

IngaFeick commented 7 years ago

Got the following error message: {"level":"WARN","loggerName":"logstash.outputs.influxdb","timeMillis":1498819672988,"thread":"Ruby-0-Thread-7: /appdata/logstash-5.4.3/vendor/bundle/jruby/1.9/gems/stud-0.0.22/lib/stud/buffer.rb:92","logEvent":{"message":"Non recoverable exception while writing to InfluxDB","exception":null}}

I believe the reason for this to be lines 193 and 194, which are referencing the wrong exception object ce instead of e.

IngaFeick commented 7 years ago

Has already been fixed in https://github.com/logstash-plugins/logstash-output-influxdb/pull/61