Skip to content

Instantly share code, notes, and snippets.

@ebuildy
Created October 23, 2016 11:54
Show Gist options
  • Save ebuildy/d9b7ac0d39d1ec405b1c1d282377b365 to your computer and use it in GitHub Desktop.
Save ebuildy/d9b7ac0d39d1ec405b1c1d282377b365 to your computer and use it in GitHub Desktop.
{
"size": 0,
"query": {
"query_string": {
"query": "blacklist"
}
},
"aggs": {
"dup": {
"terms": {
"field": "api_spam_blacklist_data.hash",
"min_doc_count": 2
},
"aggs": {
"doc": {
"top_hits": {
"size" : 1,
"fields" : [],
"sort": {
"date": "asc"
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment