Custom calculation on time stamp on Y-axis

Guys,

I am trying to do some analysis on the time stamped field. My goal is to find out the duration browsed for each device type.

To achieve this, I need to do maximum of request date - minimum of request date and do some division. Essentially it is this.

(max(request_date)-min(request_date))/(1000.0*60.0). This will give me the duration. I need to plot this on the Y-axis and use X-axis for different devices such as iOS, Anroid etc.

How should I go about in achieving this in Kibana?

I don't think there's an easy way to modify the Y axis like this. It might be possible with a Vega visualization, but I can not find any similar examples.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.