Hi,
I am trying to build a table visualisation to show all clusters in storage.
In my specific example, I am expecting to have only 2 clusters, as there are only 2 unique cluster IDs.
I am not able to aggregate and get the latest results only.
How should that be done?
I tried by
Metric Aggregation: Top Hit
Field: Cluster_id
Aggregate with: concatenate
Size: 1
Sort on: @timestamp
Order: Descending
Also tried to get MAX timestamp, and all kind of try and error, with no luck.
Currently, the records are duplicated, and I don't know why.
I would like to see the records marked in red and only those.
Cheers!