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

Remove Kibana Date Picker for Index Patterns with no Time Field Filter #41045

Closed
Tracked by #154667
NickBook opened this issue Jul 12, 2019 · 6 comments
Closed
Tracked by #154667
Labels
enhancement New value added to drive a business result Feature:Dashboard Dashboard related features impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:medium Medium Level of Effort Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas

Comments

@NickBook
Copy link

Describe the feature:

First let me explain my situation:
I've got an index pattern with that doesn't use a time filter field. However, in my Kibana dashboard, there is still a a date picker next to the filter bar. Note that in my discover tab, there is no date picker for this index because the discover tab is limited to only one index pattern (hence it can remove the date picker).

In one dashboard, there can be multiple index patterns, so I can understand keeping the date picker there in case another index in the dashboard has a date filter. While having the date picker persist in the dashboard regardless of the index pattern is simpler to develop, it is confusing to an end user who can change the date picker and see nothing happen.

For those wondering why I do not to use a time filter: I have multiple time based fields (say start date time and end date time) and my end user may want to filter off of only start or only end time. Hence, I don't want to have one of these fields permanently fixed to an index pattern.

Feature Improvement Details:
I am suggesting that Kibana should remove/hide the date picker when all visuals in the dashboard come from index patterns with no time filter field.
Here's what I'm seeing in the dashboard
kibana-dashboard-view

Here's what I'm seeing in discover. This is how I'd like to see the dashboard look for my end users.
kibana-discover

Kibana discussion topic:
[https://discuss.elastic.co/t/kibana-dashboard-for-index-pattern-with-no-time-filter-field-still-has-date-picker/190290]

Cheers,
Nick

@mistic mistic added Feature:Dashboard Dashboard related features Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Jul 15, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app

@lukeelmers lukeelmers added the enhancement New value added to drive a business result label Jul 18, 2019
@geekpete
Copy link
Member

geekpete commented Oct 1, 2020

As of 7.9.2, the Discover page seems to automatically hide the time picker for index patterns with no defined time field, but Dashboard view seems to always present the time picker.

2020-10-01_13-07_1

vs

2020-10-01_13-07

@timroes timroes added Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Oct 7, 2020
@ThomThomson ThomThomson added impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:medium Medium Level of Effort labels Mar 23, 2023
@ThomThomson
Copy link
Contributor

Likely if we want to do this it'll be a matter of hiding the time picker when all data views used in the dashboard have no time field. I have given this impact:low, as I'm not sure that it's a common use-case

@bhavyarm
Copy link
Contributor

We have had dashboards where panels came from both time series data and non time-series data. So there is definitely a case to be made for having time picker for them. And +1 to @ThomThomson 's suggestion for to hiding the time picker if all panels came from non-time series data.

@ThomThomson
Copy link
Contributor

Note: If we do end up prioritizing this, we should ensure the time picker is only hidden when in view mode. It could be pretty jarring if an author was creating a new Dashboard and the time picker appeared and disappeared while they were working.

@ThomThomson
Copy link
Contributor

Closing this because it has been added to our icebox. #154667

@ThomThomson ThomThomson closed this as not planned Won't fix, can't repro, duplicate, stale Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Dashboard Dashboard related features impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:medium Medium Level of Effort Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas
Projects
None yet
Development

No branches or pull requests

8 participants