datasweet / kibana-datasweet-formula

This Kibana plugin allows calculated metrics on any standard kibana visualizations.
Apache License 2.0
121 stars 34 forks source link

Calculate Time Difference in Kibana with Datasweet #38

Closed adipurnama32 closed 5 years ago

adipurnama32 commented 5 years ago

Hi I need formula for this case using datasweet:

started_at: 2017-04-01 07:41:25 ended_at: 2017-05-01 10:14:34 output: 26:33:09

lfroment-datasweet commented 5 years ago

Hi @adipurnama32,

simply take advantage of the NumeralJS formatter. Remember to convert milliseconds to seconds with formula. image