Skip to content

Instantly share code, notes, and snippets.

@andrewwatson
Created December 30, 2014 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewwatson/38f51d392a2c3b29b5b3 to your computer and use it in GitHub Desktop.
Save andrewwatson/38f51d392a2c3b29b5b3 to your computer and use it in GitHub Desktop.
influxdb getting started example not working
$ 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 paul@influx.com"]]}]],"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