Hey,
Let's say I have a set of numbers, and every minute another incremented number appears in my data. Now in Buckets
I would like to visualize the highest 20 values of that set of numbers, but in ascending order
. That happens in a aws instance of Kibana.
How is it possible to do that?
E.g. if I have a document numbers
with values like {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}..
And in my dashboard I want to show the latest 5 numbers in Buckets like {5, 6, 7, 8, 9, 10}. (ascending
order)