logstash-plugins / logstash-output-influxdb

Apache License 2.0
58 stars 77 forks source link

Add support for HTTPS via configuration #32

Closed mikelaws closed 8 years ago

mikelaws commented 8 years ago

Using the pr/29 branch, there doesn't appear to be an option to choose between http: and https:. Using the InfluxDB hosted service, I was unable to POST data_points via HTTP.

After manually updating the plugin and rebuilding I was successfully able to POST via HTTPS.

influxdb.rb: @base_url = "https://#{@host}:#{@port}/write"

suyograo commented 8 years ago

Fixed in #33