-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Relative" time periods should support end times other than "now" #2394
Comments
To say how I had understood it, it's essentially an offset for when "now" is. In the example, this would be a 15-minute offset on when "now" is. Let me know if you are interested in this as I could probably add this without a ton of hassle. Thanks! |
Agreed, this would be nice to have |
I can work on it @rashidkpc |
I think that another enhancement could be to update the time range span on top right. Currently it display relative times as it : The problem for me occurred when end time is set to zero. It displays : Should I add this case in the code? |
+1 for this feature, still not implemented as of 4.3 |
+1 We also make predictions. So end time set to "minutes|hours|days ahead" would be nice! |
I'm also waiting for this option. Would be very handy to compare something with now. Like 7 days tot 6 days ago with something in an other visualize with 1 day ago till now. |
+1 |
+1 |
Fromhttps://github.com//issues/3419 via @botcher:
via @rashidkpc:
|
* Closes elastic#2394 - Allow relative from and to * Closes elastic#6732 - Adding support future realtive for time picker
I have some logs that are delayed for, say, 15 minutes. I want to make a dashboard that doesn't have a 15-minute gap between the most recent log entry and "now".
This seems like a job for the "relative" time selection option, but the end time is always "now".
If the same relative controls were enabled for the end time as are available for the start time, I think I would be able to make my dashboard.
The text was updated successfully, but these errors were encountered: