We are getting to know the TICK stack experimenting with InfluxDB and Kapacitor. We are really impressed by how rich and easy the TICKscript DSL is, and also by the huge number of supported integrations.
Specifically for a use case we have, we aim at syncing an on-prem InfluxDB site with a remote Kafka-compatible one. The Kafka integration works like a charm, very easy to setup with the Kapacitor configuration file.
What we are after is basically: an InfluxDB -> Kafka mirror. Ideally we would like to stream InfluxDB from the very beginning of a set, or some time t in general. But we see in the API that stream() does not accept arguments, i.e. stream(t) or something like this.
Two questions:
we know already that this use case might not fit the stack 100% as Kapacitor is meant for efficient event aggregation and alerting, not as a proxy to InfluxDB; if possible, could you point us to the best way to achieve the above, by just relying on TICK so no manual integrations?
does the feature request suggested above make sense for the mission of Kapacitor?
Hello team,
We are getting to know the TICK stack experimenting with InfluxDB and Kapacitor. We are really impressed by how rich and easy the TICKscript DSL is, and also by the huge number of supported integrations.
Specifically for a use case we have, we aim at syncing an on-prem InfluxDB site with a remote Kafka-compatible one. The Kafka integration works like a charm, very easy to setup with the Kapacitor configuration file.
What we are after is basically: an InfluxDB -> Kafka mirror. Ideally we would like to stream InfluxDB from the very beginning of a set, or some time t in general. But we see in the API that
stream()
does not accept arguments, i.e.stream(t)
or something like this.Two questions:
we know already that this use case might not fit the stack 100% as Kapacitor is meant for efficient event aggregation and alerting, not as a proxy to InfluxDB; if possible, could you point us to the best way to achieve the above, by just relying on TICK so no manual integrations?
does the feature request suggested above make sense for the mission of Kapacitor?
Thank you in advance,
cc @demadred