Hi Teezy,
There's not really any easy way right now to plot individual points.
Depending on the input rate of your data, you could zoom in the time range to the point where you only have 1 value in each interval. Then regardless or min, max, avg, you would see the only value at that time.
The general reason Kibana only shows aggregated results is because many cases of showing every data point would overwhelm a browser with the amount of data.
Experimental Vega visualization can do it. There's a sample that shows individual points like a scatter plot. But I'm not sure if you have a version of Kibana that includes that sample data or the Vega visualization type?
I think Canvas can also do it, but I don't see that your Kibana version has that. What version are you on?
Regards,
Lee