Created
October 23, 2016 10:47
-
-
Save ebuildy/0dce04a04829220c13062f9a2be1cde2 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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