Skip to content
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

Write to more than one influx database #57

Open
chris0348 opened this issue Dec 17, 2021 · 2 comments
Open

Write to more than one influx database #57

chris0348 opened this issue Dec 17, 2021 · 2 comments

Comments

@chris0348
Copy link

As suggested by paddyb on Slack on the 3rd of December, it would be a great benefit if the influx-plugin could be configured to write to more than one influx database.

Exemplary use cases:

  • Write to a local influx database as well as to a cloud-based instance.
  • Write to two separate, local influx databases. An example: The first database stores data with a high sampling rate with a retention policy that only keeps e.g. the last week or so, second database stores data with a low sample rate with an indefinite retention policy.
@leeprevost
Copy link

It seems like the second use case could be handled within Influx continuous queries (ver . 1.8) or tasks (>2.0). Also, influx ver 2 apparently supports a store/forward/synch service with their cloud service.

@tkurki
Copy link
Owner

tkurki commented Sep 11, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants