updated query example for executing influxql (#4071)

pull/4086/head
kelseiv 2022-06-01 14:31:37 -07:00 committed by GitHub
parent 5824d5ff74
commit 5179cd2f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -165,8 +165,8 @@ curl --get http://localhost:8086/query \
curl --get http://localhost:8086/query \
--header "Authorization: Token INFLUX_API_TOKEN" \
--data-urlencode "db=mydb" \
--form "q=@path/to/influxql.txt" \
--form "async=true"
--data-urlencode "q@path/to/influxql.txt" \
--data-urlencode "async=true"
```
Replace the following: