Visualize time difference of each transaction that falls in certain bucket range

KibanaChart

Hi ,

I have requirement to show something similar to the above image. I have start and end time in each of my transaction with which I will be creating a scripted filed for time difference. So based on the range the time taken I need to visualize the data.

Like how many transactions falls in the range of 10 - 15 ms, 30 - 40 ms etc.

Any help here is much appreciated.

You can use the range aggregation

Thanks much. It worked