Created
August 16, 2017 01:31
-
-
Save mpurzynski/a4d032c2d0f377f169df5434c1440828 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 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