How to Display Current Value of Metric

I'm trying to build visualizations to monitor a bunch of metrics on kafka. When looking at the options for aggregation in creating a visualization, there are things like max, min, avg, but is there an option for "latest"?? I'd like to show the CURRENT value of a metric at the time of loading a dashboard, which i think would be best represented by the most recent value of the metric.

is there a way to accomplish this??

Hi Maxwell,

We have a PR open which I believe will satisfy your requirement: https://github.com/elastic/kibana/pull/7302.

Thanks,
CJ