Drill down to the log explorer focusing on a specific timeframe
Problem to solve
On the logging explorer, it is impossible to drill directly into a specific time range, which is an important part on the Triage flow
Further details
As apart of our effort to mature our Triage flow into minimal we would like to allow users to directly drill to a specific timeframe using a URL to the log explorer
Proposal
Pass timestamp parameter in the URL in order to provide the ability to drill into the log explorer focusing on a specific timeframe
Technical Implementation
Two parameters will be added to mark the time range request with start
& end
, for example:
start=2020-01-08T13:23:06.000Z&end=2020-01-08T21:23:06.000Z
Permissions and Security
Links / references
The frontend counterpart to this task is at: #37276 (closed)
Edited by Miguel Rincon