Hi,
I have documents in the following format:
{"creationTime": "2019-01-20T12:10:30Z",
"endTime": "2019-01-20T12:11:40Z",
"blockName": "b1",
"iteration":1,
"requestIndex":1
}
Each block can contain several iterations.
In each iteration there can be several requestIndex.
In the x axis I need to have all blocks (b1, b2 etc).
In the y axis I need to have to print the value of average(max(endTime)-min(creationTime)).
How can I do it in Kibana?