youtubebeat/vendor/github.com/elastic/beats/metricbeat/docs/modules/windows.asciidoc

53 lines
1.1 KiB
Text
Raw Normal View History

2018-11-18 11:08:38 +01:00
////
This file is generated! See scripts/docs_collector.py
////
[[metricbeat-module-windows]]
== Windows module
beta[]
This is the Windows module. It collects metrics from Windows systems,
by default metricset `service` is enabled.
[float]
=== Example configuration
The Windows module supports the standard configuration options that are described
in <<configuration-metricbeat>>. Here is an example configuration:
[source,yaml]
----
metricbeat.modules:
- module: windows
metricsets: ["perfmon"]
enabled: true
period: 10s
perfmon.ignore_non_existent_counters: true
perfmon.counters:
# - instance_label: processor.name
# instance_name: total
# measurement_label: processor.time.total.pct
# query: '\Processor Information(_Total)\% Processor Time'
- module: windows
metricsets: ["service"]
enabled: true
period: 60s
----
[float]
=== Metricsets
The following metricsets are available:
* <<metricbeat-metricset-windows-perfmon,perfmon>>
* <<metricbeat-metricset-windows-service,service>>
include::windows/perfmon.asciidoc[]
include::windows/service.asciidoc[]