Skip to content

Instantly share code, notes, and snippets.

@ssouris
Created May 28, 2020 15:52
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 ssouris/c248115e9ac4bc11577cfcdea2cee70e to your computer and use it in GitHub Desktop.
Save ssouris/c248115e9ac4bc11577cfcdea2cee70e to your computer and use it in GitHub Desktop.
{
"size" : 0,
"aggs": {
"groupByCid": {
"terms": {
"field": "cid.keyword",
"size": 1000,
},
"aggs": {
"groupByOpName": {
"cardinality": {
"field": "opname.keyword"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment