I want to plot time on x axis and a numeric field 'f' occurring at that time on y axis in kibana 4. I have changed the data type of 'f' to integer and I can confirm that it has changed from kibana index settings.
However, the only aggregation options available for Y axis are count/min/max/sum etc. This post has an answer for plotting sum but I'm interested in plotting actual values. Is there a way to do this?
You probably want to check this.
tl;dr The data you want to plot, are not numbers.
%{NUMBER:time:float}
instead of whatever you have.