Skip to content

Instantly share code, notes, and snippets.

@AntonyBaasan
Created February 27, 2018 14:49
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 AntonyBaasan/9c5b22c97c1cf5d9a879a174525eac34 to your computer and use it in GitHub Desktop.
Save AntonyBaasan/9c5b22c97c1cf5d9a879a174525eac34 to your computer and use it in GitHub Desktop.
GET fileinfoindex/elasticfileinfo/_search
{
"aggs": {
"types" : { "terms" : { "field" : "type" } },
"addedby" : { "terms" : { "field" : "createdBy"} }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment