I have an index which documents contain a date field, a PackageName field (with keywords) and Quantity field. Here follows a doc sample:
{
"Quantity" : 1054,
"PackageName" : "PackageName1",
"Date" : "2019-09-04",
}
I have one document for each day, for each PackageName. I need to create a table (or any visualization) in Kibana that present me, for each package name, de difference of the quantity at days Yesterday and Today.
This looks very simple, but unfortunately I was not able to create any visualization or table for that.
I plotted in the attached image that table that I'd like to create.
Could anyone help me?
Thanks,
Alex

