Skip to content

Commit

Permalink
Remove alias from perfmon docs
Browse files Browse the repository at this point in the history
`alias` was removed in elastic#4502.
  • Loading branch information
andrewkroh committed Sep 7, 2017
1 parent e1060ff commit 47da645
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions metricbeat/module/windows/perfmon/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ For wildcard queries this setting has no effect.
metricsets: ["perfmon"]
period: 10s
perfmon.counters:
- alias: "procesor.name.stats"
instance_label: "processor.name"
- instance_label: "processor.name"
instance_name: "Total"
measurement_label: "processor.time.total.pct"
query: '\Processor Information(_Total)\% Processor Time'
- alias: "diskio.name.stats"
instance_label: "diskio.name"
- instance_label: "diskio.name"
measurement_label: "diskio.write.bytes"
query: '\PhysicalDisk(*)\Disk Writes/sec'
format: "long"
Expand Down

0 comments on commit 47da645

Please sign in to comment.