Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/windows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.37.0"
changes:
- description: Add refresh_wildcard_counters option to windows perfmon datastream.
type: enhancement
link: https://github.com/elastic/integrations/pull/7897
- version: "1.36.0"
changes:
- description: Enable time series data streams for the service metrics dataset. This dramatically reduces storage for metrics and is expected to progressively improve query [performance](https://www.elastic.co/blog/70-percent-storage-savings-for-metrics-with-elastic-observability). For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ metricsets: ["perfmon"]
condition: ${host.platform} == 'windows'
perfmon.group_measurements_by_instance: {{perfmon.group_measurements_by_instance}}
perfmon.ignore_non_existent_counters: {{perfmon.ignore_non_existent_counters}}
perfmon.refresh_wildcard_counters: {{perfmon.refresh_wildcard_counters}}
perfmon.queries: {{perfmon.queries}}
period: {{period}}
{{#if processors}}
Expand Down
8 changes: 8 additions & 0 deletions packages/windows/data_stream/perfmon/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ streams:
show_user: true
default: false
description: Enabling this option will make sure to ignore any errors caused by counters that do not exist
- name: perfmon.refresh_wildcard_counters
type: bool
title: Perfmon Refresh Wildcard Counters
multi: false
required: false
show_user: true
default: false
description: Enabling this option will cause the counter list to be retrieved after each fetch, rather than once at start time.
- name: perfmon.queries
type: yaml
title: Perfmon Queries
Expand Down
2 changes: 1 addition & 1 deletion packages/windows/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: windows
title: Windows
version: 1.36.0
version: 1.37.0
description: Collect logs and metrics from Windows OS and services with Elastic Agent.
type: integration
categories:
Expand Down