# Current InfluxDB target [[outputs.influxdb_v2]] urls = ["https://current-influxdb.example.net"] token = "${INFLUX_CURRENT_TOKEN}" organization = "example-org" bucket = "telegraf_metrics" # Migration InfluxDB target [[outputs.influxdb_v2]] urls = ["https://target-influxdb.example.net"] token = "${INFLUX_TARGET_TOKEN}" organization = "example-org" bucket = "telegraf_metrics"