Hi,
I calulating sum of TotalDuration field in kibana , TotalDuration field is in Minutes.
i want to convert minutes in to Hours while dispalying in kibana visulization .
Hi @Vivek_Nigam. "getting visualization error" does not give us enough information. Do you see specific errors in your browser? Maybe you can share a screenshot?
Thanks , Now i am getting the value using below script but output hours are not correct.
{
"script": {
"inline":"doc['sessionDurationMinutes'].value/60",
"lang":"painless"
}
}
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.