fluent-plugin-influxdb icon indicating copy to clipboard operation
fluent-plugin-influxdb copied to clipboard

Adding support for InfluxDB 2?

Open russorat opened this issue 5 years ago • 2 comments

I wanted to reach out and figure out if you would accept a PR to support the latest InfluxDB 2.0 apis?

We have a plugin ready to go, I think it would just need to be pr'd and reviewed here: https://github.com/influxdata/influxdb-plugin-fluent/blob/master/lib/fluent/plugin/out_influxdb2.rb

I'd love to figure out how to combine these two plugins.

russorat avatar Mar 02 '20 22:03 russorat

@fangli are you still actively maintaining this plugin? I'm a product manager for InfluxData and I'd be happy to help going forward if you don't have time. Just let me know.

russorat avatar Mar 10 '20 18:03 russorat

I'll just drop this here in case it's useful to anyone, I'm using InfluxDB 2 and I also needed the sequence tag to avoid duplicated data points. Now I'm using the influxdb2 plugin https://github.com/influxdata/influxdb-plugin-fluent and I wrote a little filter plugin to add the sequence tag https://github.com/marcadamsge/fluent-plugin-influxdb-deduplication

marcadamsge avatar Mar 06 '21 18:03 marcadamsge