- Metricbeat Reference: other versions:
- Overview
- Getting Started With Metricbeat
- Running Metricbeat on Docker
- Upgrading Metricbeat
- How Metricbeat Works
- Configuring Metricbeat
- Modules
- Exported Fields
- Securing Metricbeat
- Troubleshooting
- Metricbeat Developer Guide
WARNING: Version 5.4 of Metricbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
System Fsstat Metricset
editSystem Fsstat Metricset
editThe System fsstat
metricset provides overall file system statistics.
This metricset is available on:
- Darwin
- FreeBSD
- Linux
- OpenBSD
- Windows
Fields
editFor a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{ "@timestamp": "2016-05-23T08:05:34.853Z", "beat": { "hostname": "host.example.com", "name": "host.example.com" }, "metricset": { "module": "system", "name": "fsstat", "rtt": 115 }, "system": { "fsstat": { "count": 35, "total_files": 82867556, "total_size": { "free": 8357919805440, "total": 64217933451264, "used": 55860013645824 } } }, "type": "metricsets" }
On this page
Was this helpful?
Thank you for your feedback.