In Kibana, I have an index that looks like as follows
type
(String)value
(String)timestamp
(Date)
I would like to have a visualization that shows the most recent value
field where the type
is equal to "battery", for example.
I would like the visualization to be similar to the "Metric" one, but displaying a string of text instead of a number, of course.
Is this possible with Kibana? If not, how can I get a similar result?