Skip to content

Instantly share code, notes, and snippets.

@apollo629
Created March 3, 2015 12:46
Show Gist options
  • Save apollo629/c5e259d36de467a343b2 to your computer and use it in GitHub Desktop.
Save apollo629/c5e259d36de467a343b2 to your computer and use it in GitHub Desktop.
es-aggregation-with-filter
{
"aggs": {
"name": {
"aggs": {
"name_": {
"terms": {
"field": "log",
"size": 100
}
}
},
"filter": {
"term": {
"role": "shelf_7701"
}
}
}
},
"size": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment