-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assigning database name through function/change node #121
Comments
I'd like to second this suggestion. At the moment, I have to have a separate Influxdb Out node for each bucket whereas an optional msg.bucket would be helpful. In fact, being able to specify the Organisation with msg.organisation as an option would also add flexibility. Oops, started at the top of issues and worked down. You've already got this in hand. |
Same for measurement. I subscribe to multiple MQTT topic and want to set the measurement of the influxdb node to the MQTT topic. |
Is this already implemented? |
+1 for this. It would be great to have the ability to set 'organization' and 'bucket' in the 'msg' |
Anyone know if this would even be possible with the current InfluxDB client implementation? |
I've created a PR for this |
Hi,
I am using the
influxdb-out
node in Node-Red and wanted to assign the database name through a function. For example -Is there any way to achieve this? I need to implement this functionality since I want to push data to multiple databases through a single node at different times.
Cheers,
Abhilash
The text was updated successfully, but these errors were encountered: