Hi
I’m currently using InfluxDB 1.8 to store prometheus data (using remote_write/remote_read from Prometheus)
I’d like to have the same data now in InfluxDB 2.0 to check it out I already tried and failed with the following ways:
- Transfer data using Kapacitor & Tick: I did not find a way to connect the InfluxDB 2.0 in Kapacitor 1.5
- Transfer using InfluxDB 2.0 & Flux: Is there any way to use an InfluxDB 1.x as input?
- Pushing directly from Prometheus is also not yet supportet.
I don’t like to export/import as I prefer to get the Live-Data
did I miss anything or is this currently really not possible?
thanks
Daniel