File tree Expand file tree Collapse file tree 6 files changed +14
-9
lines changed
powershell_operational/agent/stream
sysmon_operational/agent/stream Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 11name : windows
22title : Windows
3- version : 0.5.1
3+ version : 0.5.2
44description : Windows Integration
55type : integration
66categories :
You can’t perform that action at this time.
0 commit comments