-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Count each unique mountpoint once in fsstasts #2079
Comments
Could you run metricbeat with the filesystem module enabled. This should show you what the 32 file systems are that were counted. |
I did, info following (I converted the JSON into a slightly better readable table):
|
Link to Discuss topic: https://discuss.elastic.co/t/all-numbers-reported-by-metricbeat-too-high-bug/56094 |
Closing the issue, as I think all the questions were answered under discuss. |
It seems like a bug to me because Metricbeat's
|
Re-open the issue in order to add the logic in |
Closing. This should now be fixed in master (you can test the fix by running the snapshot build). |
Following the full info.
metricbeat Config:
A relevant entry of the metricbeat log:
The corresponding output from the same machine of df:
As you can see, the metricset reports 32 fs instead of 8 (or, if we're picky, the correct 3). It also reports free space of 23922294784 instead of the correct ~8.4GB.
The text was updated successfully, but these errors were encountered: