Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[winlogbeat] Update Event 4616 #41334

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions x-pack/winlogbeat/module/security/ingest/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2651,7 +2651,7 @@ processors:
description: Copy Subject User from Event Data
source: |-
if (ctx?.event?.code == null ||
!["4657", "4670", "4672", "4673", "4674", "4688", "4689", "4697",
!["4616", "4657", "4670", "4672", "4673", "4674", "4688", "4689", "4697",
"4698", "4699", "4700", "4701", "4702", "4706", "4707", "4713",
"4716", "4717", "4718", "4719", "4720", "4722", "4723", "4724",
"4725", "4726", "4727", "4728", "4729", "4730", "4731", "4732",
Expand Down Expand Up @@ -2839,7 +2839,7 @@ processors:
description: Rename Common Auth Fields
source: |-
if (ctx?.event?.code == null ||
!["1100", "1102", "1104", "1105", "1108", "4624", "4648", "4625",
!["1100", "1102", "1104", "1105", "1108", "4616", "4624", "4648", "4625",
"4670", "4673", "4674", "4689", "4697", "4719", "4720", "4722",
"4723", "4724", "4725", "4726", "4727", "4728", "4729", "4730",
"4731", "4732", "4733", "4734", "4735", "4737", "4738", "4740",
Expand Down
Loading