I’m wondering if there is a way to stream data from PostgreSQL to Influx. I would like to have telegraf run every couple of minutes, checking the given psql database for changes and merging those changes to the given influxdb database. I am currently trying to do this, but it rewrites all of the data points every time it runs, meaning that it appends all of the psql data to the influx database even if the data already exists in the influx database. Even having the output plug-in drop the database and recreate it each time might work, but I would prefer a solution that does not involve dropping the database constantly.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Telegraf export to mysql instead of Influxdb | 2 | 4698 | April 20, 2018 | |
| How can I write data to Influxdb dynamically? | 1 | 678 | February 5, 2020 | |
| Monitoring Your PostgreSQL Database with Telegraf and InfluxDB | 1 | 1841 | June 8, 2020 | |
| Data ingestion continuously | 2 | 913 | November 25, 2019 | |
| Telegraf - InfluxDB Listener - Data replication | 1 | 1614 | August 2, 2020 |
