Hi,
I have 2 fields "timestamp(Date type)" and "response(numeric type)". The response fields is storing the value of the response time for a request for the given timestamp.
I want to plot a scattard graph in kibana between each timestamp and its response time.
But I am unable to assess the method to do it. I don't think i could use aggregation to do so. I am a bit confused. Please help.
Thanks.