From 6e1426c154ab588db02864b8f37011d35567dcb2 Mon Sep 17 00:00:00 2001 From: Mariana Dima Date: Mon, 11 Jan 2021 15:38:35 +0000 Subject: [PATCH] Update default config in windows.yml (#23327) * update config * changelog --- CHANGELOG.next.asciidoc | 1 + metricbeat/module/windows/_meta/config.yml | 6 +++--- metricbeat/modules.d/windows.yml.disabled | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index bf89e89479d..01b74012da2 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -476,6 +476,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix remote_write flaky test. {pull}21173[21173] - Remove io.time from windows {pull}22237[22237] - Change vsphere.datastore.capacity.used.pct value to betweeen 0 and 1. {pull}23148[23148] +- Update config in `windows.yml` file. {issue}23027[23027]{pull}23327[23327] *Packetbeat* diff --git a/metricbeat/module/windows/_meta/config.yml b/metricbeat/module/windows/_meta/config.yml index 57ab272ef23..4618435daf3 100644 --- a/metricbeat/module/windows/_meta/config.yml +++ b/metricbeat/module/windows/_meta/config.yml @@ -11,7 +11,7 @@ # - object: 'Process' # instance: ["*"] # counters: -# - name: 'Disk Writes/sec' -# field: physical_disk.write.per_sec +# - name: '% Processor Time' +# field: cpu_usage # format: "float" -# - name: "% Disk Write Time" +# - name: "Thread Count" diff --git a/metricbeat/modules.d/windows.yml.disabled b/metricbeat/modules.d/windows.yml.disabled index 270e5a7f64c..717e52655a2 100644 --- a/metricbeat/modules.d/windows.yml.disabled +++ b/metricbeat/modules.d/windows.yml.disabled @@ -14,7 +14,7 @@ # - object: 'Process' # instance: ["*"] # counters: -# - name: 'Disk Writes/sec' -# field: physical_disk.write.per_sec +# - name: '% Processor Time' +# field: cpu_usage # format: "float" -# - name: "% Disk Write Time" +# - name: "Thread Count"