You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2025. It is now read-only.
Right now, Parseable Console queries logs in the form of select * from <stream> order by <time>. Can we sort log records by time field in reverse order, like select * from <stream> order by <time> desc?