Which telegraf input plugins to use for influxdb enterprise v1.10

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.

So you are switching your output from OSS v2 to Enterprise v1? If that is the case then you don’t need to change anything to your inputs, just change your output to point at the new endpoint.

I just changed the output plugin to outputs.influxdb instead of outputs.influxdb_v2 and it worked.
Thanks.