Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save renshuki/ce834cb73e8a08e5aab570b36fb2d001 to your computer and use it in GitHub Desktop.
Save renshuki/ce834cb73e8a08e5aab570b36fb2d001 to your computer and use it in GitHub Desktop.
Kibana scripted field conditional check for values not empty
if (doc['field'].size() != 0) { 
 // Do what operation you need
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment