Skip to content

Instantly share code, notes, and snippets.

@aaronhelton
Created September 14, 2016 21:00
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 aaronhelton/984ae2123d047383d9db5b3c5ce599ed to your computer and use it in GitHub Desktop.
Save aaronhelton/984ae2123d047383d9db5b3c5ce599ed to your computer and use it in GitHub Desktop.
{
"size": 0,
"aggs": {
"filtered": {
"filter": {
"match_all": {}
},
"aggs": {
"root": {
"date_histogram": {
"field": "date",
"interval": "1y",
"format": "yyyy"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment