Skip to content

Commit

Permalink
Update default config in windows.yml (#23327) (#23486)
Browse files Browse the repository at this point in the history
* update config

* changelog

(cherry picked from commit 6e1426c)
  • Loading branch information
narph authored Jan 14, 2021
1 parent 9ddcea4 commit 94a799a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
6 changes: 3 additions & 3 deletions metricbeat/module/windows/_meta/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
6 changes: 3 additions & 3 deletions metricbeat/modules.d/windows.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 94a799a

Please sign in to comment.