To see a particular field, you should use the metric= argument in the .es() function. The trick is that you can't display raw values, but you have to aggregate them per bucket, or time interval. So the syntax is metric=agg:name. So in your case it would be something like .es(metric=avg:numofcalculations)
