Any idea why can't Kibana get an Average on a float type field when I want to visualize my data?
I got this error when trying to select Average on one of my field.
Visualize: Expected numeric type on field [request_time], but got [float]
A sample data for request_time is 0.12, 1.04, 0.78, so on and so forth. I find it weird for Kibana to behave this way.