Hey all, I’d like to know if there’s a way of changing the logs direction in Gravana? Currently they go from newest to oldest from top to bottom which makes it very hard to look at cronologically. I can’t see a way to change the direction of the logs feed.
you can short/change log direction in Grafana (Loki):
- Open your Logs panel or explore window.
- On the top-right of the logs panel, you’ll see a dropdown or toggle for:
⬆ Oldest First / ⬇ Newest First
This option may show as:
Order: Descending / Ascending
Or use icons (like up/down arrows)
Click that toggle to switch the order:
Descending
→ shows newest logs first (default)Ascending
→ shows oldest logs first (chronological)
Hi, thanks for your response. I couldn’t see these sorters. For more context, I’m using the logging as part of fly.io. This is the screen that I’m seeing with redacted logs:
As you can see there are no buttons as you’re describing.
hello @pajohns you can use sortby transformation and select your created date field to sort the logs.
thanks