influxdb: 404 Error on http://localhost:8086/query with version 0.13
Bug report
System info: InfluxDB 0.13, CentOS 6.8
Steps to reproduce:
- Just trying to do a simple
curl -getand am getting a 404. Here’s the curl I’m trying:curl -GET 'http://localhost:8086/query' --data-urlencode "db=mydb" --data-urlencode "q=SELECT * FROM points" - This same query works fine on the web admin webpage.
Expected behavior: JSON output from mydb showing all data points
Actual behavior: 404 page not found
Further; http://localhost:8086/ping works fine.
[root@local ~]# curl http://localhost:8086/ping
{"status":"ok"}
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 23 (6 by maintainers)
@poblabs
That’s not InfluxDB. Current
master, and as far back as I can remember, always returned a 204 (No Content) without a body.