Created
December 30, 2014 15:23
-
-
Save andrewwatson/38f51d392a2c3b29b5b3 to your computer and use it in GitHub Desktop.
influxdb getting started example not working
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ curl 'http://sandbox.influxdb.com:8086/db/callprocessing/series?u=andy&p=andy' \ | |
| -H 'Origin: http://sandbox.influxdb.com:8083' \ | |
| -H 'Accept-Encoding: gzip, deflate' \ | |
| -H 'Accept-Language: en-US,en;q=0.8' \ | |
| -H 'Content-Type: application/json' \ | |
| -H 'Accept: application/json, text/javascript' \ | |
| -H 'Referer: http://sandbox.influxdb.com:8083/' \ | |
| -H 'Connection: keep-alive' \ | |
| --data-binary $'[{"points":[[{"name":"log_lines","columns":["line"],"points":[["here\'s some useful log info from [email protected]"]]}]],"name":"log_lines","columns":["0"]}]' \ | |
| --compressed | |
| Unknown type map[string]interface {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment