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

UTC and fixed interval not enforced for rolled up time series indices #139081

Closed
flash1293 opened this issue Aug 18, 2022 · 1 comment · Fixed by #139787
Closed

UTC and fixed interval not enforced for rolled up time series indices #139081

flash1293 opened this issue Aug 18, 2022 · 1 comment · Fixed by #139787
Labels
bug Fixes for quality problems that affect the customer experience impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. loe:small Small Level of Effort

Comments

@flash1293
Copy link
Contributor

Kibana version: main

Describe the bug: In

const shouldForceFixedInterval: boolean = agg.params.field?.meta?.fixed_interval?.length;
it checks for this using field.meta.fixed_interval

But that's undefined

However on the spec, it is set.

Steps to reproduce:

  1. Configure rolled up timeseries index
  2. Build Lens or agg based chart on it with date histogram on the main time field
  3. Observe requests are using local time zone and calendar interval

Expected behavior:
Should use fixed interval and UTC timezone

Screenshots (if relevant):
Screenshot 2022-08-17 at 17 49 50

Errors in browser console (if relevant):

Provide logs and/or server output (if relevant):

Any additional context:

@flash1293 flash1293 added bug Fixes for quality problems that affect the customer experience Team:AppServicesSv labels Aug 18, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-services (Team:AppServicesSv)

@exalate-issue-sync exalate-issue-sync bot added impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. loe:small Small Level of Effort and removed impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. labels Aug 22, 2022
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 impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. loe:small Small Level of Effort
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants