Skip to content

Commit

Permalink
[windows] Update event code in powershell_operational ingest pipeline…
Browse files Browse the repository at this point in the history
… processor description (#5383)
  • Loading branch information
Doserdog authored Mar 30, 2023
1 parent 541b48e commit 2bcab80
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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.19.1"
changes:
- description: Update event code in powershell_operational ingest pipeline processor description
type: bugfix
link: https://github.com/elastic/integrations/pull/5383
- version: "1.19.0"
changes:
- description: Support Sysmon EventIDs - 8, 9, 19, 20, 27, 28, 255
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ processors:
if: ctx?.winlog?.event_data?.ScriptBlockText != ""

- split:
description: Split Event 800 command invocation details.
description: Split Event 4103 command invocation details.
field: winlog.event_data.Payload
separator: "\n"
ignore_failure: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ processors:
if: ctx?.winlog?.event_data?.ScriptBlockText != ""

- split:
description: Split Event 800 command invocation details.
description: Split Event 4103 command invocation details.
field: winlog.event_data.Payload
separator: "\n"
ignore_failure: true
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.19.0
version: 1.19.1
description: Collect logs and metrics from Windows OS and services with Elastic Agent.
type: integration
categories:
Expand Down

0 comments on commit 2bcab80

Please sign in to comment.