<?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: Filtering search results in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Filtering-search-results/m-p/539650#M152628</link>
    <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Fri, 12 Feb 2021 08:54:44 GMT</pubDate>
    <dc:creator>Poacher</dc:creator>
    <dc:date>2021-02-12T08:54:44Z</dc:date>
    <item>
      <title>Filtering search results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Filtering-search-results/m-p/539022#M152446</link>
      <description>&lt;P&gt;I'm a new user of Splunk 6.5.7. I have a search but only want results for 288 specific customerIDs.&amp;nbsp; This would be a very long list of ORs and i don't think 6.5.7 supports an IN function.&lt;/P&gt;&lt;P&gt;So I want a table output like with two columns from my search - CustomerName, CustomerID&lt;/P&gt;&lt;P&gt;But only where the customerID is in my csv of customerIDs.&amp;nbsp; I feel I should be able to do this using a lookup but just can't get it right.&amp;nbsp; Anyone able to help please?&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 17:42:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Filtering-search-results/m-p/539022#M152446</guid>
      <dc:creator>Poacher</dc:creator>
      <dc:date>2021-02-08T17:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering search results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Filtering-search-results/m-p/539032#M152451</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231334"&gt;@Poacher&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Please try below options;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| your_search [|inputlookup customerids.csv | fields customerID]&lt;/LI-CODE&gt;&lt;P&gt;OR&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| your_search 
| lookup customerids.csv customerID OUTPUT customerID AS valid 
| where isnotnull(valid)
| fields - valid&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 08 Feb 2021 18:14:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Filtering-search-results/m-p/539032#M152451</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-02-08T18:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering search results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Filtering-search-results/m-p/539650#M152628</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 08:54:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Filtering-search-results/m-p/539650#M152628</guid>
      <dc:creator>Poacher</dc:creator>
      <dc:date>2021-02-12T08:54:44Z</dc:date>
    </item>
  </channel>
</rss>

