Open russorat opened 4 years ago
@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.
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
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.