signalk-to-influxdb2: routing to buckets
I'd like to store everything coming from can bus to one bucket, and everything else to another. In influxdb, I see
source
is can.c078c37ae77821ca
Do I understand it right that I should use the following as Ignored sources
: For CAN bucket: /^can/
and for the other bucket /^(?!can).*/
?2 Replies
And, if
Output Daily Distance Log values
is enabled, I should include source signalk-to-influxdb2
as well, correct?
With that, the rules become:
- everything from can and daily log: /^(?!can|signalk-to-influxdb2$).*/
- everything else: /^can/
and /^signalk-to-influxdb2$/
Correct?There’s one way to find out…i think it should work