Skip to content

Instantly share code, notes, and snippets.

@nathanielc
Created January 19, 2016 23:33
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 nathanielc/32ed991914af769175a6 to your computer and use it in GitHub Desktop.
Save nathanielc/32ed991914af769175a6 to your computer and use it in GitHub Desktop.
{
"Series": [
{
"name": "user",
"columns": [
"time",
"srcip",
"top"
],
"values": [
[
"2016-01-19T23:32:50Z",
"10.0.0.15",
8
],
[
"2016-01-19T23:32:50Z",
"10.0.0.7",
8
]
]
}
],
"Err": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment