@philb you can use both Flux and InfluxQL in InfluxDB 1.8.3. Enabling Flux will not effect Kapacitor or any other tools using InfluxQL.
InfluxDB 1.8.3 doesn’t provide a way to schedule Flux queries, so any Flux query you run will have to be a one-off or scheduled and executed by a script/service outside of InfluxDB.
I had a vague memory it was possible, but i wasn’t sure if that was just during development to get feed back. alas, i couldn’t find it in the docs when i checked again.
So with influx 1.8.3 I would need a script to run the queries on a schedule to copy them over? I can work with that.