<?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: combine csv lookup table (list of users)  to ldapsearch in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314564#M94180</link>
    <description>&lt;P&gt;A1 member &lt;BR /&gt;
A2  userID &lt;BR /&gt;
A3  userID &lt;BR /&gt;
A4  userID &lt;/P&gt;

&lt;P&gt;and so on. &lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2018 09:22:47 GMT</pubDate>
    <dc:creator>SGun</dc:creator>
    <dc:date>2018-02-13T09:22:47Z</dc:date>
    <item>
      <title>combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314536#M94152</link>
      <description>&lt;P&gt;Trying to search with ldapsearch a list of specific users. &lt;/P&gt;

&lt;P&gt;| ldapsearch domain="default" search="(&amp;amp;(samAccountType=805306368))" &lt;/P&gt;

&lt;P&gt;with inputlookup  user_lookupnew.csv which is my list of specific user. &lt;/P&gt;

&lt;P&gt;any help would be great. &lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 13:57:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314536#M94152</guid>
      <dc:creator>SGun</dc:creator>
      <dc:date>2018-01-22T13:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314537#M94153</link>
      <description>&lt;P&gt;| ldapsearch domain="default" search="(&amp;amp;(samAccountType=805306368))" | inputlookup user_lookup.csv &lt;/P&gt;

&lt;P&gt;not working&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 14:13:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314537#M94153</guid>
      <dc:creator>SGun</dc:creator>
      <dc:date>2018-01-22T14:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314538#M94154</link>
      <description>&lt;P&gt;i think you want &lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/SearchReference/Lookup"&gt;lookup&lt;/A&gt;, not inputlookup&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jan 2018 15:06:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314538#M94154</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2018-01-27T15:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314539#M94155</link>
      <description>&lt;P&gt;| ldapsearch domain="default" search="(&amp;amp;(samAccountType=805306368))" | lookup user_lookup.csv &lt;/P&gt;

&lt;P&gt;Still get errors. &lt;/P&gt;

&lt;P&gt;I will look at the documentation around the lookup command. Thanks. &lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 09:38:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314539#M94155</guid>
      <dc:creator>SGun</dc:creator>
      <dc:date>2018-01-29T09:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314540#M94156</link>
      <description>&lt;P&gt;if you could share sample output and what field name are present in output:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| ldapsearch domain="default" search="(&amp;amp;(samAccountType=805306368))"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|inputlookup user_lookupnew.csv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;what output you are receiving by running above two query separately?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 09:48:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314540#M94156</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-29T09:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314541#M94157</link>
      <description>&lt;P&gt;No errors if run individually &lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 10:31:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314541#M94157</guid>
      <dc:creator>SGun</dc:creator>
      <dc:date>2018-01-29T10:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314542#M94158</link>
      <description>&lt;P&gt;what errors exactly?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 10:51:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314542#M94158</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2018-01-29T10:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314543#M94159</link>
      <description>&lt;P&gt;by what field name  you are trying to join your base search with lookup?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 11:08:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314543#M94159</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-29T11:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314544#M94160</link>
      <description>&lt;P&gt;The A1 field is called "member" &lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 12:07:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314544#M94160</guid>
      <dc:creator>SGun</dc:creator>
      <dc:date>2018-01-29T12:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314545#M94161</link>
      <description>&lt;P&gt;does this &lt;CODE&gt;member&lt;/CODE&gt; field is present in your base search as well as lookup?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 12:10:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314545#M94161</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-29T12:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314546#M94162</link>
      <description>&lt;P&gt;it is present in the top bar then starting at 1 is the first user. &lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 12:12:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314546#M94162</guid>
      <dc:creator>SGun</dc:creator>
      <dc:date>2018-01-29T12:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314547#M94163</link>
      <description>&lt;P&gt;if same field name is present in lookup as well then try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| ldapsearch domain="default" search="(&amp;amp;(samAccountType=805306368))" 
| lookup user_lookupnew.csv member as member OUPUT &amp;lt;your required lookup field name&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;here add your lookup field name which has list of specific user&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 12:16:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314547#M94163</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-29T12:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314548#M94164</link>
      <description>&lt;P&gt;Error in 'lookup' command: Could not find all of the specified lookup fields in the lookup table&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 12:23:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314548#M94164</guid>
      <dc:creator>SGun</dc:creator>
      <dc:date>2018-01-29T12:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314549#M94165</link>
      <description>&lt;P&gt;could you specify your lookup fields...also what query did you try?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 12:25:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314549#M94165</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-29T12:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314550#M94166</link>
      <description>&lt;P&gt;A1 = member &lt;BR /&gt;
A2 = user ID&lt;BR /&gt;&lt;BR /&gt;
A3 =  user ID &lt;/P&gt;

&lt;P&gt;and so on, looking to search all the users in the list. &lt;/P&gt;

&lt;P&gt;| ldapsearch domain="default" search="(&amp;amp;(samAccountType=805306368))" &lt;BR /&gt;
 | lookup user_lookupnew.csv member as member OUPUT &lt;/P&gt;

&lt;P&gt;=  a  field in the csv or the a field for the ldapsearch? &lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 12:57:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314550#M94166</guid>
      <dc:creator>SGun</dc:creator>
      <dc:date>2018-01-29T12:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314551#M94167</link>
      <description>&lt;P&gt;only one column is present in your lookup?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 13:02:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314551#M94167</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-29T13:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314552#M94168</link>
      <description>&lt;P&gt;yep only one&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 13:05:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314552#M94168</guid>
      <dc:creator>SGun</dc:creator>
      <dc:date>2018-01-29T13:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314553#M94169</link>
      <description>&lt;P&gt;also can you share output of base query as i just want to know which field is common in both&lt;BR /&gt;
also if in lookup only one field is their i.e.&lt;CODE&gt;member&lt;/CODE&gt;which is in common then what is use of join?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 13:24:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314553#M94169</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-29T13:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314554#M94170</link>
      <description>&lt;P&gt;also can you share output of base query as i just want to know which field is common in both&lt;BR /&gt;
also if in lookup only one field is their i.e.&lt;CODE&gt;member&lt;/CODE&gt;which is in common then what is use of join?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 13:24:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314554#M94170</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-29T13:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: combine csv lookup table (list of users)  to ldapsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314555#M94171</link>
      <description>&lt;P&gt;| ldapsearch domain="default" search="(&amp;amp;(samAccountType=805306368))" &lt;BR /&gt;
 | lookup user_lookupnew.csv member as member OUTPUT member&lt;/P&gt;

&lt;P&gt;This search shows all user rather than just the ones in the CSV &lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 13:52:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/combine-csv-lookup-table-list-of-users-to-ldapsearch/m-p/314555#M94171</guid>
      <dc:creator>SGun</dc:creator>
      <dc:date>2018-01-29T13:52:24Z</dc:date>
    </item>
  </channel>
</rss>

