Skip to content

Instantly share code, notes, and snippets.

@mpurzynski
Created August 16, 2017 01:43
Show Gist options
  • Select an option

  • Save mpurzynski/f072b0774443e0619022cf936fc25b74 to your computer and use it in GitHub Desktop.

Select an option

Save mpurzynski/f072b0774443e0619022cf936fc25b74 to your computer and use it in GitHub Desktop.
GET events/_search
{
"query": {
"bool": {
"must_not": {
"exists": {
"field": "receivedtimestamp"
}
}
}},
"aggs": {
"iamsocool": {
"terms": {
"field": "details.purpose",
"size": 100
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment