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

Cherry-pick #16013 to 7.x: Add translate_sid processor to Winlogbeat #16941

Merged
merged 2 commits into from
Mar 12, 2020

Commits on Mar 10, 2020

  1. Add translate_sid processor (elastic#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 elastic#7451
    
    (cherry picked from commit 65b31bd)
    andrewkroh committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    a66e61a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Add v7 to import paths

    andrewkroh committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    ec5ff26 View commit details
    Browse the repository at this point in the history