Can we calculate in Kibana?

Hi Guys,

I want to calculate field to get average time. Requirement is like I have request time and submitted time, two different field. I want to know how much it will take time, how can I calculate that average???

I think you could make this with a "Scripted Field".

Hey, do you have any sample or tutorial for that???? In other tools like IBM Cognos, SAP BO we can do that directly. In Kibana how can we calculate???

Just add a scripted field that subtracts the two values from each other and then plot an average of that value.

1 Like