Skip to content

Instantly share code, notes, and snippets.

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 underscorenygren/9034b5c86572fed4516f3a3370cc5636 to your computer and use it in GitHub Desktop.
Save underscorenygren/9034b5c86572fed4516f3a3370cc5636 to your computer and use it in GitHub Desktop.
Kibana Scripted Field, Connections ms to Seconds
double val = doc['connection_duration'].value;
return val / (60.0 * 60.0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment