-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
enhancementNew feature or requestNew feature or requestweb-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
Is your feature request related to a problem? Please describe
It's not intuitive when specifying _time:10d but only getting 5 minutes of logs due to the default duration set by vmui.
Describe the solution you'd like
It's better to handle _time in one of the following ways:
- Automatically set the duration in vmui to match the
_timevalue (or the combination of multiple_timevalues). - Throw an error when the client specifies
_time. But this isn't ideal, as users would then need to manually select a duration on UI and drop the_timefilter.
I’d prefer the backend to have handlers for processing queries from vmui (e.g. detect the correct _time from the query and return it to vmui).
Describe alternatives you've considered
No response
Additional information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestweb-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.