Skip to content

Commit 178e1ba

Browse files
mergify[bot]VihasMakwanakhushijain21
authored
[windows/perfmon] - Add match_by_parent_instance to the documenation (#47304) (#47333)
* docs * Update docs/reference/metricbeat/metricbeat-metricset-windows-perfmon.md * review comments --------- (cherry picked from commit e216dde) Co-authored-by: Vihas Makwana <[email protected]> Co-authored-by: Khushi Jain <[email protected]>
1 parent 52d3699 commit 178e1ba

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/reference/metricbeat/metricbeat-metricset-windows-perfmon.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ You must configure queries for the Windows performance counters that you wish to
5151
**`refresh_wildcard_counters`**
5252
: A boolean option to refresh the counter list at each fetch. By default, the counter list will be retrieved at the starting time, to refresh the list at each fetch, users will have to enable this setting.
5353

54+
**`match_by_parent_instance`**
55+
: A boolean option that causes all instances of the same parent to have the same instance value. In the previous example, this causes metrics for `svchost`, `svchost#1`, and so on to have an `instance`
56+
value of `svchost`. If set to `false` they keep the original values (`svchost`, `svchost#1`, and so on). Defaults to `true`.
57+
5458

5559
### Query Configuration [_query_configuration]
5660

metricbeat/module/windows/perfmon/_meta/docs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ You must configure queries for the Windows performance counters that you wish to
4040
**`refresh_wildcard_counters`**
4141
: A boolean option to refresh the counter list at each fetch. By default, the counter list will be retrieved at the starting time, to refresh the list at each fetch, users will have to enable this setting.
4242

43+
**`match_by_parent_instance`**
44+
: A boolean option that causes all instances of the same parent to have the same instance value. In the previous example, this causes metrics for `svchost`, `svchost#1`, and so on to have an `instance`
45+
value of `svchost`. If set to `false` they keep the original values (`svchost`, `svchost#1`, and so on). Defaults to `true`.
46+
4347

4448
### Query Configuration [_query_configuration]
4549

0 commit comments

Comments
 (0)