I had created a telegraf pipeline with influxdb_v2_listener plugin. For this i have been using the influxdb oss which was v2.
But now we have decided to move to enterprise influxdb whose version is v1.10.
Is there a way i can configure the endpoints and credential of the enterprise influxdb with the existing telegraf input plugin: influxdb_v2_listener or i’ll have to use influxdb_listener ??
PS: At this point I don’t want to make plugin changes in my telegraf pipeline.