Created
February 27, 2018 14:49
-
-
Save AntonyBaasan/9c5b22c97c1cf5d9a879a174525eac34 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"} } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment