Moving size graph

I have data in elasticsearch
{
"v2_total" : 5,
"v1_total" : 2478,
"record_date" : "2019-02-11T00:00:00.000Z",
"project" : "XYZ",
"total" : 2483, ##### ( This is sum of v1_total and v2_total )
}

Next record will have this project size grow, Lets say tomorrow and will have size probably 2500. how do I display this on kibana next to each other.
I have 100 such record. and want to display only top 10 record whose size is max then all other project

What do you mean by size? is this the total field or ?

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