Hi,
I would like to know if its possible in Kibana to be able to determine a duration time between 2 entries with the same correlationId. For example i have 2 entries in my index with both the same correlationId so they are groupable. Both have a datetime field. I would like to see in a map for example the difference between them.
example:
item corrId dateTime
1 abcd 19-08-2021T00:01:00
2 abcd 19-08-2021T00:02:30
I would like to see in a map
corrId timetaken
abcd 00:01:30
Thanks!