logstash-plugins / logstash-output-influxdb

Apache License 2.0
58 stars 77 forks source link

Add check for boolean in quoted #39

Closed meritus closed 7 years ago

meritus commented 8 years ago

Solves an issue when the value passed in turns out to be a boolean

Failed to flush outgoing items {:outgoing_count=>69, :exception=>"NoMethodError", :backtrace=>[

"/.../logstash-2.3.1/vendor/bundle/jruby/1.9/gems/logstash-output-influxdb-3.1.2/lib/logstash/outputs/influxdb.rb:342:in `quoted'", ..... rest of stacktrace...

meritus commented 8 years ago

Just signed the CLA

andrewvc commented 7 years ago

This should be fixed in v 5.0.0 Thanks to #55. I'm going to close this issue given that. If you continue to encounter an issues please open a new issue. Thanks :)