Is your feature request related to a problem? Please describe
Users often need to switch between the order in which logs are displayed: newest first or oldest first.
Currently, this requires making changes to the existing logsql query:
| sort by (_time) asc
Describe the solution you'd like
It would be useful to have a toggle to display the newest or oldest events, like in Grafana.
Describe alternatives you've considered
No response
Additional information
No response
Is your feature request related to a problem? Please describe
Users often need to switch between the order in which logs are displayed: newest first or oldest first.
Currently, this requires making changes to the existing logsql query:
| sort by (_time) ascDescribe the solution you'd like
It would be useful to have a toggle to display the newest or oldest events, like in Grafana.
Describe alternatives you've considered
No response
Additional information
No response