-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
bugSomething isn't workingSomething isn't workingweb-uiIssues related to the user interface: layout, styling, usability, or UI-specific bugs.Issues related to the user interface: layout, styling, usability, or UI-specific bugs.
Description
Describe the bug
Hi,
When you have a long query and switch the hits chart to stats view, the error message does not resize the error window.
Propose/idea:
If it is possible, of course, instead of displaying the entire query in the error, simply post a message indicating that you need to adjust the query and add stats in the format
`missing | stats ...` at the end of the query reach out https://docs.victoriametrics.com/victorialogs/logsql/#stats-pipe
Currently, for *, it shows a large error message, that response from backend error, with system information:
{
"status": "error",
"errorType": "422",
"error": "missing `| stats ...` pipe in the query [_time:[2026-02-24T10:45:18.750000000Z,2026-02-24T10:50:21.874999999Z]]"
}
This approach would provide a more informative in UI
Thank you.
To Reproduce
- Open play-vmlogs by this link
- switch to stats view
- the windows of error is wide and don't adapted for page resolution
Version
1.46.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingweb-uiIssues related to the user interface: layout, styling, usability, or UI-specific bugs.Issues related to the user interface: layout, styling, usability, or UI-specific bugs.
