Hi all,
we are using kibana to visualize processing times, etc.
When we run load tests we want to compare the results (graph) easily to our baseline.
My current workaround is to render both time ranges with the same scale on x and y axis, copy it and overlap and align them in a program like gimp.
Is it possible in kibana itself, maybe with the use of some plugins, to render the average of a field "processingTime"? Graph one (e.g. in red) should show my baseline (01.01.2016 00:00:00 - 01:25:00). The second overlapping graph should render my test run (05.01.2016 11:00:00 - 12:10:00).
As result the vizualization is starting on x axis where both of the tests began.
I hope I could explain what I want. Is it possible to do this? A solution for kibana 4.1.11 has highest prio, because I am currently frozen on an old ES. But if it only works in kibana 5, maybe it is a reason to update.
Thanks, Andreas