Skip to content

Instantly share code, notes, and snippets.

@johntbush
Last active August 29, 2015 14:21
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 johntbush/b954daa061e76d402b92 to your computer and use it in GitHub Desktop.
Save johntbush/b954daa061e76d402b92 to your computer and use it in GitHub Desktop.
sample query
{
"took": 7,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
"hits": {
"total": 354173,
"max_score": 1,
"hits": [
{
"_index": "kafka-log",
"_type": "kafka-event",
"_id": "d7d19ddc418415d5b59efeb857c4339c3980b171870435abec443772c85921ac",
"_score": 1,
"_source": {
...
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment