<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to translate SID to Username via the Lookup Table? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-translate-SID-to-Username-via-the-Lookup-Table/m-p/415959#M119742</link>
    <description>&lt;P&gt;I have a lookup file which contains various fields, including the username and corresponding SID (pulled from AD).&lt;/P&gt;

&lt;P&gt;I have a Windows event with data showing as User=NOT_TRANSLATED and Sid=(a value)&lt;/P&gt;

&lt;P&gt;The CSV file contains a field named User and a field named Sid that matches.&lt;/P&gt;

&lt;P&gt;I'm wanting to reference the lookup table to identify the username of the sid that is in the event data.  &lt;/P&gt;

&lt;P&gt;There is is where I am, and obviously it isn't working: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=blah SourceName="Microsoft-Windows-User Profile Service" EventCode=1511  [| inputlookup ldap_identities.csv |  fields Sid,identity] | eval User=identity |  stats count by Sid,User
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;</description>
    <pubDate>Wed, 23 May 2018 15:19:53 GMT</pubDate>
    <dc:creator>Kendo213</dc:creator>
    <dc:date>2018-05-23T15:19:53Z</dc:date>
    <item>
      <title>How to translate SID to Username via the Lookup Table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-translate-SID-to-Username-via-the-Lookup-Table/m-p/415959#M119742</link>
      <description>&lt;P&gt;I have a lookup file which contains various fields, including the username and corresponding SID (pulled from AD).&lt;/P&gt;

&lt;P&gt;I have a Windows event with data showing as User=NOT_TRANSLATED and Sid=(a value)&lt;/P&gt;

&lt;P&gt;The CSV file contains a field named User and a field named Sid that matches.&lt;/P&gt;

&lt;P&gt;I'm wanting to reference the lookup table to identify the username of the sid that is in the event data.  &lt;/P&gt;

&lt;P&gt;There is is where I am, and obviously it isn't working: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=blah SourceName="Microsoft-Windows-User Profile Service" EventCode=1511  [| inputlookup ldap_identities.csv |  fields Sid,identity] | eval User=identity |  stats count by Sid,User
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 15:19:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-translate-SID-to-Username-via-the-Lookup-Table/m-p/415959#M119742</guid>
      <dc:creator>Kendo213</dc:creator>
      <dc:date>2018-05-23T15:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to translate SID to Username via the Lookup Table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-translate-SID-to-Username-via-the-Lookup-Table/m-p/415960#M119743</link>
      <description>&lt;P&gt;I figured this out:&lt;/P&gt;

&lt;P&gt;index=blah SourceName="Microsoft-Windows-User Profile Service" EventCode=1511 | lookup ldap_identities.csv Sid OUTPUT identity | rename identity as User | stats count by User,Sid,host&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 18:09:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-translate-SID-to-Username-via-the-Lookup-Table/m-p/415960#M119743</guid>
      <dc:creator>Kendo213</dc:creator>
      <dc:date>2018-05-23T18:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to translate SID to Username via the Lookup Table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-translate-SID-to-Username-via-the-Lookup-Table/m-p/415961#M119744</link>
      <description>&lt;P&gt;How did you get the Sid/Username lookup?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 22:59:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-translate-SID-to-Username-via-the-Lookup-Table/m-p/415961#M119744</guid>
      <dc:creator>bgriffis</dc:creator>
      <dc:date>2020-01-23T22:59:51Z</dc:date>
    </item>
  </channel>
</rss>

