From 387a313fd7c1cbdeb406c50b503726d495dc17f1 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Thu, 2 Nov 2023 15:23:38 -0400 Subject: [PATCH] Fix comma --- metricbeat/module/system/filesystem/_meta/docs.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metricbeat/module/system/filesystem/_meta/docs.asciidoc b/metricbeat/module/system/filesystem/_meta/docs.asciidoc index 81ab4ec8680..e2b066bd7e8 100644 --- a/metricbeat/module/system/filesystem/_meta/docs.asciidoc +++ b/metricbeat/module/system/filesystem/_meta/docs.asciidoc @@ -20,8 +20,8 @@ information is available (e.g. all types marked as `nodev` in metricset. To ignore unavailable volumes, such as CD-ROM drives, on Windows include -`unavailable` as a value in the array. To ignore unknown filesystems on Windows -, include `unknown` as a value in the array. +`unavailable` as a value in the array. To ignore unknown filesystems on Windows, +include `unknown` as a value in the array. To have {metricbeat} report on all filesystems, regardless of type, set `filesystem.ignore_types` to an empty array (`[]`).