Select last value in Data Table

Hi, I'm trying to display only the last "alarms" of my server in a data table.
So I did the following thing

(Sort on Time)
I display several fields

But as shown here :
Screenshot%20(36)

It shows me the last time an alarm was seen but not the actual LAST alarms (which should be all at 18h03)

Is there a way to do it ? Maybe with a SQL filter but I don't know how it works on Kibana. Thanks in advance if you have any tip !

You may want to create a saved search in Discover instead. You can select which columns to display and sort by the time field in descending order. You can also add a Saved Search to a Dashboard.

https://www.elastic.co/guide/en/kibana/7.3/document-data.html

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.