Created
June 8, 2017 19:35
-
-
Save underscorenygren/9034b5c86572fed4516f3a3370cc5636 to your computer and use it in GitHub Desktop.
Kibana Scripted Field, Connections ms to Seconds
This file contains 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
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