Fix disk used visualization in system host overview dashboard#16275
Merged
exekias merged 3 commits intoelastic:masterfrom Feb 24, 2020
Merged
Fix disk used visualization in system host overview dashboard#16275exekias merged 3 commits intoelastic:masterfrom
exekias merged 3 commits intoelastic:masterfrom
Conversation
This change updates the `Disk Used` to honor default collecting period for `fsstat` metricset (1m). Visualization sets the query to `>=1m` to make sure we get a big enough bucket size when querying fsstat metrics.
kaiyan-sheng
approved these changes
Feb 18, 2020
Contributor
Author
|
I included |
Contributor
Author
Merged
4 tasks
exekias
pushed a commit
to exekias/beats
that referenced
this pull request
Feb 25, 2020
…c#16275) * Fix disk used visualization in system host overview dashboard This change updates the `Disk Used` to honor default collecting period for `fsstat` metricset (1m). Visualization sets the query to `>=1m` to make sure we get a big enough bucket size when querying fsstat metrics. * Put `CHANGEME_HOSTNAME` back in the dashboard (cherry picked from commit b0c600a)
exekias
pushed a commit
that referenced
this pull request
Feb 27, 2020
#16550) * Fix disk used visualization in system host overview dashboard This change updates the `Disk Used` to honor default collecting period for `fsstat` metricset (1m). Visualization sets the query to `>=1m` to make sure we get a big enough bucket size when querying fsstat metrics. * Put `CHANGEME_HOSTNAME` back in the dashboard (cherry picked from commit b0c600a)
Contributor
|
Pinging @elastic/integrations (Team:Integrations) |
Contributor
Author
|
In order to test this we need to deploy Metricbeat with the system module enabled (it is by default), then:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This change updates the
Disk Usedto honor default collecting periodfor
fsstatmetricset (1m). Visualization sets the query to>=1mtomake sure we get a big enough bucket size when querying fsstat metrics.
Why is it important?
Without this change the host overview dashboard may or may not show the correct value for used disk.
Checklist
Related issues