-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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] Not having feature to set last bucket value #153326
Comments
Pinging @elastic/kibana-visualizations @elastic/kibana-visualizations-external (Team:Visualizations) |
@harnish-elastic have you tried to use the reduced time range to simulate the last bucket behavior? |
@stratoula Yes, we have tried using the reduced time range to simulate the last bucket behavior. However we are not able to match the value of the particular metrics in same time range. Please refer the screenshots for further process. Let me know if I have missed something or you need anything else. Thanks! |
@harnish-elastic if you go to your TSVB chart and switch to timeseries which bucket size is used? You can find it from the x-axis label. |
Thank you for providing screenshot. I have checked the bucket size. It is showing 5 minutes. However I am still not able to match the counts in lens. Please refer the below screenshot. Let me know is there anything else I need to correct. |
@harnish-elastic thanx! Can you ping me in Slack to investigate together? |
So the problem here is that in TSVB the last bucket is dropped while in Lens is kept |
@stratoula We haven't requirement for |
Great, yes I have it on my list to discuss it with the team but I agree that is a nice addition to Lens! |
As discussed with the team, the TSVB visualizations which contains the |
Kibana version: 8.6.0
Elasticsearch version: 8.6.0
Describe the bug:
While migrating visualizations to lens, found that Lens doesn't have a support for last bucket value. Due to this thing, not able to migrate visualization to lens because the count getting mismatched due to the last bucket value is showing the value of last bucket while the lens is working on entire time range. Hence not able to migrate these kind of visualizations to lens. Please refer the below screenshot.
The text was updated successfully, but these errors were encountered: