Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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