You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We gather metrics in the local database (with shorter retention policy) in case of data point dropped as described in #802, and transfer the local database to remote databases.
However, there is no easy/efficient way to fully transfer one database to the other in telegraf, (not exactly synchronization, as there is only one-way communication.) The intputs.influxdb is for HTTP endpoints only.
Is there any build-in way to do it? or am I missing anything?
Proposal:
Current behavior:
maybe using http endpoints?
Desired behavior:
easily configurable
The text was updated successfully, but these errors were encountered:
Feature Request
We gather metrics in the local database (with shorter retention policy) in case of data point dropped as described in #802, and transfer the local database to remote databases.
However, there is no easy/efficient way to fully transfer one database to the other in telegraf, (not exactly synchronization, as there is only one-way communication.) The intputs.influxdb is for HTTP endpoints only.
Is there any build-in way to do it? or am I missing anything?
Proposal:
Current behavior:
maybe using http endpoints?
Desired behavior:
easily configurable
The text was updated successfully, but these errors were encountered: