Skip to content
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

Absolute "from", dynamic "to" in timepicker #3794

Closed
rmoff opened this issue May 8, 2015 · 14 comments
Closed

Absolute "from", dynamic "to" in timepicker #3794

rmoff opened this issue May 8, 2015 · 14 comments
Labels
Feature:Timepicker Timepicker good first issue low hanging fruit release_note:enhancement Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@rmoff
Copy link

rmoff commented May 8, 2015

It would be really useful if the Absolute time picker had the option to use "Now" dynamically, in the same way Relative does. Currently Now just sets it to current timestamp and doesn't allow it to update dynamically. Use case is wanting to show data starting at a specific point (rather than "last two days" or something like that) and update as time moves forward.

biforum_dashboard_-dashboard-_kibana_4

biforum_dashboard_-dashboard-_kibana_4

@rashidkpc
Copy link
Contributor

Its pretty unlikely we'll implement this in exactly this fashion. I'd rather see a new tab called "Custom" that allows you to input any elasticsearch date math expression

@rashidkpc rashidkpc changed the title Absolute time picker to use dynamic "Now" in the way Relative does Absolute "from", dynamic "to" in timepicker May 8, 2015
@webmstr
Copy link

webmstr commented May 15, 2015

See #2394.

@romfreiman
Copy link

+1

@givoly
Copy link

givoly commented Mar 31, 2016

+1 this is plaguing all my dashboards. I have a master dashboard - I want it to begin with the date with when our service started till "now" always. No way to do this. Also, I have specific channel dashboards. Again, they began at a particular time, but they are ongoing. Their "master" dashboard should be cumulative till "now" when viewing, by default. This is impossible once again. What is the workaround that works well? Also, if I set it for a wide range, I just get a bunch of empty spaces in any time series. So it really messes up all my dashboards and requires me to adjust time range all the time for no reason other than to work around this limitation.

@jlruizmlg
Copy link

+1

@jinghuage
Copy link

Do we have a solution for this now? Thx.

@Bargs
Copy link
Contributor

Bargs commented Sep 8, 2017

I was thinking about this, and I'm wondering if we can't just combine the Relative and Absolute tabs. The split doesn't really make sense to me. Just because you want one date to be relative/absolute, doesn't mean you want the other to be the same. On a single tab we could give users the inputs to specify a relative or absolute time for either from or to.

@Bargs Bargs added the discuss label Sep 8, 2017
@jinghuage
Copy link

up vote on this

@Bargs Bargs removed the discuss label Oct 4, 2017
@lukasolson
Copy link
Member

FYI, although there isn't a way for the UI to allow you to mix/match relative/absolute modes, you can actually go into the URL and change it so that it's supported. For example:

(from:'2016-10-01T06:00:00.000Z',mode:absolute,to:'2016-10-01T06:00:00.000Z'))

can be changed to

(from:'2016-10-01T06:00:00.000Z',mode:absolute,to:now))

@jinghuage
Copy link

jinghuage commented Oct 5, 2017 via email

@timroes timroes added Team:Visualizations Visualization editors, elastic-charts and infrastructure and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure :Discovery labels Sep 16, 2018
@nreese
Copy link
Contributor

nreese commented Feb 7, 2019

This is resolved in Kibana 7.0.0. A new react timepicker allows for setting from and to seperatly so one can be an absolute time and the other could be a relative time

You can mess around with the component at https://elastic.github.io/eui/#/forms/datepicker. Its at the bottom of the page

screen shot 2019-02-07 at 4 16 19 pm

@nreese nreese closed this as completed Feb 7, 2019
@elias6
Copy link

elias6 commented Jun 20, 2019

@nreese I tried that link and it was broken. How can I get the time picker with the absolute start and dynamic end? I looked around in Kibana and I couldn't find it.

@nreese
Copy link
Contributor

nreese commented Jun 21, 2019

I tried that link and it was broken. How can I get the time picker with the absolute start and dynamic end? I looked around in Kibana and I couldn't find it.

What version of Kibana are you using? The time picker was updated in Kibana 7.0.0

Screen Shot 2019-06-21 at 7 43 39 AM

@elias6
Copy link

elias6 commented Jun 21, 2019

Thanks for telling me this. I am using 6.6.1. I am going to look into upgrading, although I may not do it any time soon because I am unfamiliar with Kibana.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Timepicker Timepicker good first issue low hanging fruit release_note:enhancement Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests