Display graph to show the average time spent in a camel route

Hi,
Currently I am taking logs from a camel application. When we go through a camel route there are several logging statements. Each time we go through that route a breadcrumId(unique identifier) is created and is logged in each of the logging statements. Each log has a time associated with it. I would like to work out the time difference between start and end of the camel route, via the timestamp. Then from this I would like to be able to show a line graph that simply shows the average of these for a time bin.

Hi Paul,

This is not something very easy to do with Kibana. I think you would have to write some JSON scripting. See this thread for an example;

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