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