When I try to connect chronograf to flux I get “Unable to reach flux http:localhost:8093: 404 page not found”, and the connection is not created. The same if I use the IP address.
If I send a curl I get “404 page not found”:
curl -XPOST --data-urlencode ‘q=from(db:“telegraf”).filter(exp:{“_measurement”==“cpu”}).range(start: -1h).limit(n: 10)’ http://localhost:8093/query
This is what I did to configure it:
I installed the nightly version of influx and flux. I made sure the configuration for influxdb is correct:
[ifql]
enabled = true
log-enabled = true
bind-address = “:8082”
And I started influxd and flux:
user 28572 28417 0 17:55 pts/0 00:00:00 /apps/platform_nightly_linux_amd64/fluxd --verbose
influxdb 31025 1 13 Aug24 ? 16:59:05 /usr/bin/influxd -pidfile /var/run/influxdb/influxd.pid -config /etc/influxdb/influxdb.conf
I’m having the same problem. The only difference being that I’m trying to use Grafana instead of Chronograf.
I’m using the Flux datasource plugin from Grafana and when trying to add the Flux datasource I get “Network Error: Not Found(404)” in Grafana, the following in the fluxd log:
"
I just updated flux and influxdb to the latest nightlies and the problem persists.
Now I get an answer to the curl (this has improved!), but chronograf keeps saying me “404 file not found” when I try to create the new connection. I am also using grafana and I have the same problem (not found-404-) as mev, when I create the data source.
Any idea?