Hi, I want to visualize the RAM usage of some builds.
As fields I have:
"metrics": { "ram": ram_value } // on the y - Axis, and
"buildnumber": num // on the x - Axis.
The maximum y - Value is the highest ram value, and on the x - Axis I am showing the last 20. Buildnumbers descending, right now.
What I actually want:
Show the last 20 Builds - But in an ascending order.
So I want to query the 20 highest values of Build-numbers. And after that I want to show those on the x - Axis.
Is that possible?
Sorry if I miss important information, I am a total Kibana beginner.