Skip to content

Commit

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

* changelog
  • Loading branch information
narph authored Jan 11, 2021
1 parent 8e8bfc8 commit 6e1426c
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 @@ -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*

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 6e1426c

Please sign in to comment.