Skip to content

Instantly share code, notes, and snippets.

@Rotzke
Last active July 24, 2020 13:10
Show Gist options
  • Save Rotzke/0160292250d358aae542581e60f30e36 to your computer and use it in GitHub Desktop.
Save Rotzke/0160292250d358aae542581e60f30e36 to your computer and use it in GitHub Desktop.
GET {index}/{type}/_search
{
"size": 0,
"aggs": {
"{aggregation_name}": {
"terms": {
"field": "{filed_value}",
"size": 10
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment