Jdbc input plugin for influxdb

hello,

i am currently looking for way to transfer data from influxdb to elasticsearch. it should be performed every couple seconds likely realtime.

i found below link but there is no explain about if it supports influxdb.

does it support influxdb too as well as mysql? please advise.

thanks!

https://www.elastic.co/guide/en/logstash/current/plugins-inputs-jdbc.html

The jdbc input plugin needs a jdbc_driver_library. This is common for Relational DB's. Influxdb is a timeseries DB and I am not sure if it has a similar library that you can use.

Given you can make query over http (API) to influxDB, you can try out the https://www.elastic.co/guide/en/logstash/current/plugins-inputs-http_poller.html

let me take a look. thank you for your reply!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.