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
_time value (or the combination of multiple _time values).
- 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 _time filter.
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
Is your feature request related to a problem? Please describe
It's not intuitive when specifying
_time:10dbut 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
_timein one of the following ways:_timevalue (or the combination of multiple_timevalues)._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
_timefrom the query and return it to vmui).Describe alternatives you've considered
No response
Additional information
No response