Skip to content
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

Update filesystem and fsstat docs to update the definition of a "file" #30631

Merged
merged 12 commits into from
Mar 2, 2022
6 changes: 3 additions & 3 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -59864,7 +59864,7 @@ type: keyword
*`system.filesystem.files`*::
+
--
The total number of file nodes in the file system.
Total number of inodes on the system, which will be a combination of files, folders, symlinks, and devices.
cmacknz marked this conversation as resolved.
Show resolved Hide resolved


type: long
Expand All @@ -59886,7 +59886,7 @@ format: bytes
*`system.filesystem.free_files`*::
+
--
The number of free file nodes in the file system.
The number of free inodes in the file system.


type: long
Expand Down Expand Up @@ -59948,7 +59948,7 @@ type: long
*`system.fsstat.total_files`*::
+
--
Total number of files. Not on Windows.
Total number of inodes on the system, which will be a combination of files, folders, symlinks, and devices. Not on Windows.

type: long

Expand Down
Loading