Question: Is it possible to simultaneously send to multiple influx instances #12
Answered
by
i-ky
anthonysomerset
asked this question in
Q&A
-
So i understand that its possible to send different data source types to different influx servers/databases etc is it possible to send a single data type to 2 (or more) influx server/database combinations simultaneously so that they will both recieve the same data? |
Beta Was this translation helpful? Give feedback.
Answered by
i-ky
Dec 5, 2019
Replies: 1 comment
-
@anthonysomerset, correct. Module does not support that. But you can use Telegraf as a multiplexer. It has InfluxDB Listener input plugin which acts like InfluxDB |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
i-ky
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@anthonysomerset, correct. Module does not support that. But you can use Telegraf as a multiplexer. It has InfluxDB Listener input plugin which acts like InfluxDB
/write
endpoint and you can configure multiple InfluxDB v1.x/v2 output plugins as shown here.