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

[Lens] No indication when date histogram can not use the specified custom interval #105017

Closed
tsullivan opened this issue Jul 9, 2021 · 2 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Lens Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@tsullivan
Copy link
Member

Kibana version: 7.14.0-bc2
Describe the bug: When editing a Lens with a date histogram, such as a table or a bar chart, the user is given an option to customize the date interval. However, certain inputs for the custom interval do not work, and no indication is given why.

Steps to reproduce:

  1. Create a Lens data table with a date histogram showing 300 or so rows for a daily interval.
    image
  2. Change the interval from 1 days to 24 hours this seems to be fine, but the hours are not showing in the date format.
  3. Lower the number of hours. This erroneously makes the table aggregated by a daily interval.

Expected behavior:
It should be possible to aggregate the date histogram by < 1 day intervals, but it is not.

Screenshots (if relevant):

no-hourly-2021-07-08_22.22.39.mp4
@tsullivan tsullivan added the bug Fixes for quality problems that affect the customer experience label Jul 9, 2021
@botelastic botelastic bot added the needs-team Issues missing a team label label Jul 9, 2021
@tsullivan tsullivan added Feature:Lens Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Jul 9, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Jul 9, 2021
@flash1293
Copy link
Contributor

Closing as this works as expected - the specified interval is a "minimum interval" as it says in the UI and is subject to be scaled up to match the maximum allowed buckets configured in advanced settings. I'm closing this in favor of #75198 which is tracking a similar thing and left a note there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Lens Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

3 participants