Skip to content

Add translate_sid processor to Winlogbeat#16013

Merged
andrewkroh merged 5 commits intoelastic:masterfrom
andrewkroh:feature/wlb/translate-sid
Feb 26, 2020
Merged

Add translate_sid processor to Winlogbeat#16013
andrewkroh merged 5 commits intoelastic:masterfrom
andrewkroh:feature/wlb/translate-sid

Conversation

@andrewkroh
Copy link
Copy Markdown
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
Copy Markdown
Contributor

Pinging @elastic/siem (Team:SIEM)

Comment thread winlogbeat/processors/translate_sid/translatesid_test.go Outdated
Comment thread winlogbeat/processors/translate_sid/translatesid.go Outdated
Comment thread winlogbeat/processors/translate_sid/doc.go Outdated
Comment thread winlogbeat/processors/translate_sid/doc.go Outdated
Comment thread winlogbeat/processors/translate_sid/config.go Outdated
Comment thread libbeat/docs/processors-list.asciidoc Outdated
@urso
Copy link
Copy Markdown

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 andrewkroh force-pushed the feature/wlb/translate-sid branch from a946043 to 63c5787 Compare February 25, 2020 14:29
@andrewkroh
Copy link
Copy Markdown
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