<?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 Re: Splunk Enterprise Security: How to construct an inputlookup search that will display ES identity information from their usernames? in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-construct-an-inputlookup/m-p/222396#M1386</link>
    <description>&lt;P&gt;the search was missing `` around drop_dm_object_name("All_Identities")&lt;/P&gt;

&lt;P&gt;Corrected and run it but it does not populate first and last name. &lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 11:42:38 GMT</pubDate>
    <dc:creator>ttchorz</dc:creator>
    <dc:date>2020-09-29T11:42:38Z</dc:date>
    <item>
      <title>Splunk Enterprise Security: How to construct an inputlookup search that will display ES identity information from their usernames?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-construct-an-inputlookup/m-p/222394#M1384</link>
      <description>&lt;P&gt;I have a lookup with 461 usernames. I want to input the lookup to Splunk and display corresponding First and Last name from Splunk Enterprise Security Identities. &lt;/P&gt;

&lt;P&gt;Any ideas how to construct that search? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|inputlookup users | `identities`

user
xxxx
yyyy
zzzz
...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Nov 2016 20:02:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-construct-an-inputlookup/m-p/222394#M1384</guid>
      <dc:creator>ttchorz</dc:creator>
      <dc:date>2016-11-07T20:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security: How to construct an inputlookup search that will display ES identity information from their usernames?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-construct-an-inputlookup/m-p/222395#M1385</link>
      <description>&lt;P&gt;Try this one.&lt;/P&gt;

&lt;P&gt;|inputlookup users.csv|fields user|eval user=lower(user)|join type=left user [&lt;CODE&gt;datamodel("Identity_Management", "All_Identities")&lt;/CODE&gt;| &lt;CODE&gt;drop_dm_object_name("All_Identities")&lt;/CODE&gt;|mvexpand identity|rename identity as user|eval user=lower(user)]|table user first last&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 20:54:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-construct-an-inputlookup/m-p/222395#M1385</guid>
      <dc:creator>kiran331</dc:creator>
      <dc:date>2016-11-07T20:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security: How to construct an inputlookup search that will display ES identity information from their usernames?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-construct-an-inputlookup/m-p/222396#M1386</link>
      <description>&lt;P&gt;the search was missing `` around drop_dm_object_name("All_Identities")&lt;/P&gt;

&lt;P&gt;Corrected and run it but it does not populate first and last name. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:42:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-construct-an-inputlookup/m-p/222396#M1386</guid>
      <dc:creator>ttchorz</dc:creator>
      <dc:date>2020-09-29T11:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security: How to construct an inputlookup search that will display ES identity information from their usernames?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-construct-an-inputlookup/m-p/222397#M1387</link>
      <description>&lt;P&gt;try updated one.. &lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 21:04:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-construct-an-inputlookup/m-p/222397#M1387</guid>
      <dc:creator>kiran331</dc:creator>
      <dc:date>2016-11-07T21:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security: How to construct an inputlookup search that will display ES identity information from their usernames?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-construct-an-inputlookup/m-p/222398#M1388</link>
      <description>&lt;P&gt;Kiran, &lt;/P&gt;

&lt;P&gt;Apologies, I did not noticed the updated search. &lt;BR /&gt;
It was great, producing expected results !&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 21:13:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-construct-an-inputlookup/m-p/222398#M1388</guid>
      <dc:creator>ttchorz</dc:creator>
      <dc:date>2016-11-07T21:13:30Z</dc:date>
    </item>
  </channel>
</rss>

