Skip to content

Commit f17bac7

Browse files
committed
Use decode_xml_wineventlog in windows Splunk inputs
1 parent bbc1e10 commit f17bac7

File tree

6 files changed

+14
-9
lines changed

6 files changed

+14
-9
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: "0.5.2"
3+
changes:
4+
- description: Change Splunk input to use the decode_xml_wineventlog processor.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/
27
- version: "0.5.1"
38
changes:
49
- description: Add support for Sysmon v13 events.

packages/windows/data_stream/forwarded/agent/stream/httpjson.yml.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ processors:
6868
fail_on_error: false
6969
- drop_fields:
7070
fields: json
71-
- decode_xml:
71+
- decode_xml_wineventlog:
7272
field: event.original
7373
target_field: winlog
74-
schema: wineventlog
7574
ignore_missing: true
7675
ignore_failure: true
76+
map_ecs_fields: true
7777
- timestamp:
7878
field: winlog.time_created
7979
layouts:

packages/windows/data_stream/powershell/agent/stream/httpjson.yml.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ processors:
6868
fail_on_error: false
6969
- drop_fields:
7070
fields: json
71-
- decode_xml:
71+
- decode_xml_wineventlog:
7272
field: event.original
7373
target_field: winlog
74-
schema: wineventlog
7574
ignore_missing: true
7675
ignore_failure: true
76+
map_ecs_fields: true
7777
- timestamp:
7878
field: winlog.time_created
7979
layouts:

packages/windows/data_stream/powershell_operational/agent/stream/httpjson.yml.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ processors:
6868
fail_on_error: false
6969
- drop_fields:
7070
fields: json
71-
- decode_xml:
71+
- decode_xml_wineventlog:
7272
field: event.original
7373
target_field: winlog
74-
schema: wineventlog
7574
ignore_missing: true
7675
ignore_failure: true
76+
map_ecs_fields: true
7777
- timestamp:
7878
field: winlog.time_created
7979
layouts:

packages/windows/data_stream/sysmon_operational/agent/stream/httpjson.yml.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ processors:
6868
fail_on_error: false
6969
- drop_fields:
7070
fields: json
71-
- decode_xml:
71+
- decode_xml_wineventlog:
7272
field: event.original
7373
target_field: winlog
74-
schema: wineventlog
7574
ignore_missing: true
7675
ignore_failure: true
76+
map_ecs_fields: true
7777
- timestamp:
7878
field: winlog.time_created
7979
layouts:

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: 0.5.1
3+
version: 0.5.2
44
description: Windows Integration
55
type: integration
66
categories:

0 commit comments

Comments
 (0)