Skip to content

Instantly share code, notes, and snippets.

@markwalkom
Created May 18, 2016 05:13
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 markwalkom/4c748ad07c3f96701f3b13f3669475ea to your computer and use it in GitHub Desktop.
Save markwalkom/4c748ad07c3f96701f3b13f3669475ea to your computer and use it in GitHub Desktop.
Via Kibana, only show documents that have a missing field
# Via https://smelloworld.wordpress.com/2016/05/17/missing-fields-search-in-elasticsearch/
{“query”:{“filtered”:{“query”:{“match_all”:{}},”filter”:{“missing”:{“field”:”FIELDNAME”}}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment