From 94a799aafb7f57271bc182eaca8e1f8a316055ba Mon Sep 17 00:00:00 2001 From: Mariana Dima Date: Thu, 14 Jan 2021 10:31:06 +0000 Subject: [PATCH] Update default config in windows.yml (#23327) (#23486) * update config * changelog (cherry picked from commit 6e1426c154ab588db02864b8f37011d35567dcb2) --- 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 4f42cfbb89ba..e16860fa00d9 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -323,6 +323,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix rate metrics in Kafka broker metricset by using last minute rate instead of mean rate. {pull}22733[22733] - Fix `logstash` module when `xpack.enabled: true` is set from emitting redundant events. {pull}22808[22808] - 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 57ab272ef237..4618435daf3a 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 b33e9d4954e5..4166b1bd626a 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"