I'm currently querying
source="log" | stats list by Id
Which gives me nicely grouped data.
However I would like the content of those groups sorted by `Timestamp`.
That is to say I do not want the groups themselves sorted but the records inside each group.
↧