I am running Kapacitor as docker container. I wanted to use fluxtask, below is the configuration i added:
[fluxtask]
enabled = true
task-run-org = "provided-influxdb-org"
I am getting following error:
run: open server: open service *fluxtask.Service: creating analytical store: could not create database for analytic store, tried 5 times
If i disable the fluxtask, kapacitor is working fine.
Any resolution for this.