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

Add translate_sid processor to Winlogbeat #16013

Merged
merged 5 commits into from
Feb 26, 2020

Conversation

andrewkroh
Copy link
Member

The translate_sid processor translates a Windows security identifier (SID)
into an account name. It retrieves the name of the account associated with the
SID, the first domain on which the SID is found, and the type of account.

Closes #7451

@elasticmachine
Copy link
Collaborator

Pinging @elastic/siem (Team:SIEM)

winlogbeat/processors/translate_sid/translatesid_test.go Outdated Show resolved Hide resolved
winlogbeat/processors/translate_sid/translatesid.go Outdated Show resolved Hide resolved
winlogbeat/processors/translate_sid/doc.go Outdated Show resolved Hide resolved
winlogbeat/processors/translate_sid/doc.go Outdated Show resolved Hide resolved
winlogbeat/processors/translate_sid/config.go Outdated Show resolved Hide resolved
@urso
Copy link

urso commented Feb 6, 2020

Metricbeat and Filebeat allow for generic events to be pushed to them. E.g. winlogbeat->file->filebeat. Would it make sense to include the processor with these two as well? How about packetbeat correlating events with processes?

The `translate_sid` processor translates a Windows security identifier (SID)
into an account name. It retrieves the name of the account associated with the
SID, the first domain on which the SID is found, and the type of account.

Closes elastic#7451
I moved the processor to libbeat to make it available to all Beats. And because it's not available to all Beats it now makes sense to include the docs by default in all Beats.
@andrewkroh
Copy link
Member Author

@urso I moved the processor to libbeat so any Beat can use it now.

@andrewkroh andrewkroh merged commit 65b31bd into elastic:master Feb 26, 2020
@andrewkroh andrewkroh added v7.7.0 and removed needs_backport PR is waiting to be backported to other branches. labels Mar 10, 2020
andrewkroh added a commit to andrewkroh/beats that referenced this pull request Mar 10, 2020
* Add translate_sid processor to Winlogbeat

The `translate_sid` processor translates a Windows security identifier (SID)
into an account name. It retrieves the name of the account associated with the
SID, the first domain on which the SID is found, and the type of account.

Closes elastic#7451

(cherry picked from commit 65b31bd)
andrewkroh added a commit that referenced this pull request Mar 12, 2020
…16941)

* Add translate_sid processor (#16013)

* Add translate_sid processor to Winlogbeat

The `translate_sid` processor translates a Windows security identifier (SID)
into an account name. It retrieves the name of the account associated with the
SID, the first domain on which the SID is found, and the type of account.

Closes #7451

(cherry picked from commit 65b31bd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Winlogbeat] - Security Group Management MemberSid translation
5 participants