I'm using kibana's line visualization to get a graph for multiple series over time.
I want to filter the graph to get the 5 worst series (by the last values).
I've tried to add size = 5 at Split Series but I got the top 5 in each date (I need to filter by the last date only).
kibana's info:
Thanks!


