-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Metricbeat disk usage visualization not working correctly with interval:auto (TSVB) #17843
Comments
This has to do with the frequency of the data vs. the auto bucket size. If your data is coming in every 1 minute but your auto bucket size ends up being 10 seconds. Then when your page loads it will sometimes be zero ( 83% of the time it WILL be zero), just depends if the data shows up in the last bucket we display or not. When you customize the data frequency for Metricbeat to I'm inclined to close this issue because TSVB is working as expected, if anything this should be a feature enhancement for having mechanism for Kibana where Metricbeat can update all the intervals when it detects a change in the publish interval config. |
I think the bug then is that metricbeat doesn't set this interval in their default dashboard. Seems like their dashboard should work out of the box, and if the metricbeat default interval is 1m then so should the default visualization use 1m interval. |
Yeah... the question is, if they run Probably a question for @monicasarbu or @tsg |
Hm, yea I just don't recall touching system.yml to some custom interval, so it seemed to me that they are mismatched out of the box. Once a user changes the default .yml settings, then I can see it being reasonable to tell them they have to modify the visualization as well (though would also be bevery cool if |
I wish there was a way to move this issue to the beats repo, this more of an issue with the defaults and less of an issue with anything in Kibana. I guess I will just create a new issue and link to this one. |
I agree on the part that our "dashboards" should set work well with our defaults and we must fix that. But it would be great to have a feature in Kibana that detects the interval and does the right thing. I'm thinking to send up the interval of each event under a certain field like As this is out of scope of this issue I wonder if we should close this and open a new one for an enhancement request? |
Would it make sense to take the last known value in this cases? I understand the last bucket is empty for the given interval and bucket size, but some of the previous buckets must contain the value we want. |
Any news on this issue? I still have issues with some visualizations (specially on disk). If I select "today" for the range, everything appears blank (My processes have been running for around 1 hour), so I have to select something smaller...the process to actually get data is kinda confusing. |
Honestly I feel like there is some sort of tiny discrepancy going on here. But installed it today on a new multi-server setup, 1 elk, and 2 other servers (1 windows 1 linux) on a LAN. I had to do both of these adjustments (against nearly all visualizations):
The latter being the most critical it seems. When looking at discovery of course you see it pop every 10 seconds with data. That's why I feel like there's something more going on here. I mean the only alternative to "something more going on", would be that the documentation of metricbeat needs updated to tell people to go and modify nearly all imported dashboards to have a accurate frequency per their config and bucket drop on? |
@drewdaemon I feel we already have an issue about this, right? |
@stratoula I don't think we have an issue for this dashboard, but this is the same issue we see in elastic/integrations#1437 |
I am closing this as there is already an issue for that, it is how the last value mode works in TSVB which is very confusing. Hopefully with Lens we are not going to have this problem |
I'm not sure if this is a TSVB error with the interval: auto setting, or a case of metricbeat default visualizations not setting the right defaults, but I am able to repro the issue mentioned in this discuss ticket: https://discuss.elastic.co/t/disappearing-disk-usage/129095
cc @simianhacker @elastic/beats
The text was updated successfully, but these errors were encountered: