Skip to content

Commit 6773948

Browse files
[Windows enhancement ]Added processor field for service data stream in windows package (#3618)
* Added processor field to service datastream in windows package * Added CHANGELOG entry * Added major version to changelog entry * Added condition check to processors * Aligned the processors
1 parent f3234e8 commit 6773948

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

packages/windows/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.13.0"
3+
changes:
4+
- description: Added Processors for service datatstream.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/3618
27
- version: "1.12.4"
38
changes:
49
- description: Update documentation with additional context for new users.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
metricsets: ["service"]
22
condition: ${host.platform} == 'windows'
33
period: {{period}}
4+
{{#if processors}}
5+
processors:
6+
{{processors}}
7+
{{/if}}

packages/windows/data_stream/service/manifest.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,12 @@ streams:
1010
required: true
1111
show_user: true
1212
default: 60s
13+
- name: processors
14+
type: yaml
15+
title: Processors
16+
multi: false
17+
required: false
18+
show_user: true
19+
description: Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the logs are parsed. See [Processors](https://www.elastic.co/guide/en/beats/metricbeat/current/filtering-and-enhancing-data.html) for details.
1320
title: Windows service metrics
1421
description: Collect Windows service metrics

packages/windows/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: windows
22
title: Windows
3-
version: 1.12.4
3+
version: 1.13.0
44
description: Collect logs and metrics from Windows OS and services with Elastic Agent.
55
type: integration
66
categories:

0 commit comments

Comments
 (0)