Hello,
I would like to know how I can get the number of hours in the selected time range. For example, If last 2 days is selected in kibana time picker, then I want to get the no. of hours in 2 days (ie., 48 hours).
We have an use case where we'll have to calculate the utilisation of a PC for testing.
Suppose, if a PC is utilised 10 hours for testing then we'll have to show the no. of hours utilised for testing and the remaining hours (14 hours if last 24 hours is selected in time picker) in a Pie chart.
The problem is to calculate the remaining hours based on the time range selected in kibana time picker.
Is it possible to calculate the no. of hours in the selected time range?
Thanks in Advance!