I’m running InfluxDB 2.0 as the server, however, since currently there is no ruby client library for InfluxDB 2.0, I was wondering if it’s possible to use Telegraf to mimic a InfluxDB 1.0 endpoint and auto forward the data to the influxDB 2.0?
If so, what’s the best way to set it up? I’m currently trying to get it working with [[inputs.http_listener_v2]]
, however, It’s not working, I seem to be missing something.