Hi,
I get the following error when trying to run a flux query in Chronograf:
Normal InfluxQL works OK.
br
Stian
Hi,
I get the following error when trying to run a flux query in Chronograf:
Normal InfluxQL works OK.
br
Stian
It doesn’t look like anything wrong with your function, which version of chronograf and influxdb are you using? If it’s the v1.7.0+ branch, have you made sure to enable flux-enabled = true
in your influxdb.conf
?
[http]
# Determines whether HTTP endpoint is enabled.
enabled = true
# Determines whether the Flux query endpoint is enabled.
flux-enabled = true