Hello,
I’m sending data from node red through Telegraf to influxdb v2.0.9.
Is it possible to send it to multiple buckets through telegraf?
msg.url = “http://:8186/api/v2/write?org=&bucket=&precision=ms”;
Because i can select the bucket if i write directly to InfluxDB, but if i write this to telegraf i need to put my bucket in de output plugin and he doen’st look at the API request anymore. So i can send it only to one bucket which works.
I’m using the [[inputs.influxdb_v2_listener]] plugin for the connection with node red.
Or i’m i doing it all wrong?
Thanks at advance!
Kind regards,
Ward