Skip to content

Commit

Permalink
Fix preserve original event.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpenning committed Jun 19, 2024
1 parent ef96a8c commit d9e44b8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
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.45.1"
changes:
- description: Add missing preserve_original_event tag when toggled on for AppLocker.
type: bugfix
link: https://github.com/elastic/integrations/pull/99999
- version: "1.45.0"
changes:
- description: Add powershell.file.script_block_hash and powershell.file.script_block_signature fields.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@ tags:
{{/each}}
{{/if}}
{{#if preserve_original_event}}
include_xml: true
- preserve_original_event
{{/if}}
{{else}}
{{#if preserve_original_event}}
tags:
- preserve_original_event
{{/if}}
{{/if}}
{{#if preserve_original_event}}
include_xml: true
processors:
- translate_sid:
field: winlog.event_data.MemberSid
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.45.0
version: 1.45.1
description: Collect logs and metrics from Windows OS and services with Elastic Agent.
type: integration
categories:
Expand Down

0 comments on commit d9e44b8

Please sign in to comment.