<?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 Result of two different search in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Result-of-two-different-search/m-p/492435#M194338</link>
    <description>&lt;P&gt;Hello , &lt;/P&gt;

&lt;P&gt;i have a csv file that contains the list of all existing services, and i have a search already created that gives the active services now, so i need a search that gives me the name of service not active  (missing in search result of active services) ==&amp;gt; so how to compare the csv file contents and  the active service result to extract the non-active services ?&lt;/P&gt;</description>
    <pubDate>Thu, 03 Oct 2019 11:28:23 GMT</pubDate>
    <dc:creator>aalaa</dc:creator>
    <dc:date>2019-10-03T11:28:23Z</dc:date>
    <item>
      <title>Result of two different search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Result-of-two-different-search/m-p/492435#M194338</link>
      <description>&lt;P&gt;Hello , &lt;/P&gt;

&lt;P&gt;i have a csv file that contains the list of all existing services, and i have a search already created that gives the active services now, so i need a search that gives me the name of service not active  (missing in search result of active services) ==&amp;gt; so how to compare the csv file contents and  the active service result to extract the non-active services ?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 11:28:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Result-of-two-different-search/m-p/492435#M194338</guid>
      <dc:creator>aalaa</dc:creator>
      <dc:date>2019-10-03T11:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Result of two different search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Result-of-two-different-search/m-p/492436#M194339</link>
      <description>&lt;P&gt;Hi aalaa,&lt;BR /&gt;
is it the same question of yesterday ( &lt;A href="https://answers.splunk.com/answers/774566/compare-output-of-a-search-to-a-lookup-file.html#answer-774569"&gt;https://answers.splunk.com/answers/774566/compare-output-of-a-search-to-a-lookup-file.html#answer-774569&lt;/A&gt; ) or a different one?&lt;BR /&gt;
Because the answer is the same!&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=my_index
 | eval service=lower(service)
 | stats count BY service
 | append [ | inputlookup Oracle_services.csv | eval count=0, service=lower(service) | fields count service ]
 | stats sum(count) AS Total BY service
 | where Total=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 11:38:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Result-of-two-different-search/m-p/492436#M194339</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-10-03T11:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Result of two different search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Result-of-two-different-search/m-p/492437#M194340</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;it doesn't work for me , i need another proposition please &lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 12:43:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Result-of-two-different-search/m-p/492437#M194340</guid>
      <dc:creator>aalaa</dc:creator>
      <dc:date>2019-10-03T12:43:55Z</dc:date>
    </item>
  </channel>
</rss>

