Skip to content

Instantly share code, notes, and snippets.

@ebuildy
Created October 23, 2016 10:47
Show Gist options
  • Save ebuildy/0dce04a04829220c13062f9a2be1cde2 to your computer and use it in GitHub Desktop.
Save ebuildy/0dce04a04829220c13062f9a2be1cde2 to your computer and use it in GitHub Desktop.
{
"size": 0,
"query": {
"query_string": {
"query": "name:error"
}
},
"aggs": {
"dup": {
"terms": {
"field": "hash",
"min_doc_count": 2
},
"aggs": {
"doc": {
"top_hits": {
"size" : 1000,
"fields" : []
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment