diff --git a/packages/windows/changelog.yml b/packages/windows/changelog.yml index 1b4660011d5..ed1848b7bc6 100644 --- a/packages/windows/changelog.yml +++ b/packages/windows/changelog.yml @@ -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. diff --git a/packages/windows/data_stream/perfmon/agent/stream/stream.yml.hbs b/packages/windows/data_stream/perfmon/agent/stream/stream.yml.hbs index a28ac619f74..e9bc00e6f3c 100644 --- a/packages/windows/data_stream/perfmon/agent/stream/stream.yml.hbs +++ b/packages/windows/data_stream/perfmon/agent/stream/stream.yml.hbs @@ -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}} diff --git a/packages/windows/data_stream/perfmon/manifest.yml b/packages/windows/data_stream/perfmon/manifest.yml index 11e27ef8039..356f0ee3376 100644 --- a/packages/windows/data_stream/perfmon/manifest.yml +++ b/packages/windows/data_stream/perfmon/manifest.yml @@ -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 diff --git a/packages/windows/manifest.yml b/packages/windows/manifest.yml index 1355a3b753c..ee0aba85b18 100644 --- a/packages/windows/manifest.yml +++ b/packages/windows/manifest.yml @@ -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: