<?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: Is it impossible to combine the results of a normal search and threshold search in a single table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159068#M44855</link>
    <description>&lt;P&gt;Hi @shellnight&lt;/P&gt;

&lt;P&gt;Please be sure that when responding to someone's answer, click on "Add comment" directly below their answer or, if responding to someone's comment, type in the "Add your comment..." box directly below their comment. You keep typing your responses in the "Enter your answer here..." box at the very bottom of the page which, instead, posts a brand new answer when it was really meant as a comment. This will help with a clean continuous flow of the conversation. It gets especially confusing when there are multiple answers on your post and people have no idea who you're responding to. I already converted your "answers" to comments, so just something to keep in mind from here on out. &lt;/P&gt;</description>
    <pubDate>Wed, 17 Jun 2015 18:19:37 GMT</pubDate>
    <dc:creator>ppablo</dc:creator>
    <dc:date>2015-06-17T18:19:37Z</dc:date>
    <item>
      <title>Is it impossible to combine the results of a normal search and threshold search in a single table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159060#M44847</link>
      <description>&lt;P&gt;Is there any way  the results of  a normal search and threshold search can be combine and  displayed in a single table on the dashboard ?&lt;/P&gt;

&lt;P&gt;The data i have is just 2 fields . Machine name and its problem&lt;/P&gt;

&lt;P&gt;machine1 - disk failure&lt;BR /&gt;
machine2 - virus failure&lt;BR /&gt;
machine 3 - cpu utlization 15%&lt;BR /&gt;
machine4 0- cpyu utlization 80%&lt;BR /&gt;
machine5   - ram crash &lt;/P&gt;

&lt;P&gt;I want the results to be displayed  as below ignoring the machine with CPU with 15% utlization and only display machine with cpu utlization higher than 50%&lt;/P&gt;

&lt;P&gt;So the results of the table should be :&lt;/P&gt;

&lt;P&gt;machine1 - disk failure&lt;BR /&gt;
machine2 - virus failure&lt;BR /&gt;
machine4 0- cpyu utlization 80%&lt;BR /&gt;
machine5   - ram crash &lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 10:19:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159060#M44847</guid>
      <dc:creator>shellnight</dc:creator>
      <dc:date>2015-06-17T10:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it impossible to combine the results of a normal search and threshold search in a single table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159061#M44848</link>
      <description>&lt;P&gt;hi shellnight,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search producing   | where machine != machine3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    your search producing   | where machine != "machine3"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Jun 2015 11:01:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159061#M44848</guid>
      <dc:creator>gyslainlatsa</dc:creator>
      <dc:date>2015-06-17T11:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is it impossible to combine the results of a normal search and threshold search in a single table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159062#M44849</link>
      <description>&lt;P&gt;its not just about machine3 , the purpose of the search  is to exclude all those results which have cpu utlization less than 50% &lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 11:12:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159062#M44849</guid>
      <dc:creator>shellnight</dc:creator>
      <dc:date>2015-06-17T11:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is it impossible to combine the results of a normal search and threshold search in a single table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159063#M44850</link>
      <description>&lt;P&gt;you said that: "The data i have is just 2 fields . Machine name and its problem"&lt;BR /&gt;
 i call Machine name field -----&amp;gt;&amp;gt;&amp;gt; Machine_name&lt;BR /&gt;
and problem field  -----&amp;gt;&amp;gt;&amp;gt; machine_problem&lt;BR /&gt;
then try like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search producing   | stats list(eval(machine_problem!="cpu utlization 15%")) as list_of_machine_problem by Machine_name
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:18:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159063#M44850</guid>
      <dc:creator>fdi01</dc:creator>
      <dc:date>2020-09-28T20:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is it impossible to combine the results of a normal search and threshold search in a single table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159064#M44851</link>
      <description>&lt;P&gt;Sorry ,A correction is required . There are 3 fields &lt;/P&gt;

&lt;P&gt;Machine name&lt;BR /&gt;
problem type&lt;BR /&gt;
Count &lt;/P&gt;

&lt;P&gt;i need the list of machine where  the count is higher than 50  for cpu utlization  along with normal search &lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 11:46:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159064#M44851</guid>
      <dc:creator>shellnight</dc:creator>
      <dc:date>2015-06-17T11:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is it impossible to combine the results of a normal search and threshold search in a single table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159065#M44852</link>
      <description>&lt;P&gt;hello Mr shellnight  covert your answer in text comment.&lt;BR /&gt;
to  do it covert your answer in comment.&lt;/P&gt;

&lt;P&gt;and  to search where the count is higher than 50 for cpu utlization &lt;BR /&gt;
try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search producing   |table *| where count &amp;gt;50
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Jun 2015 12:09:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159065#M44852</guid>
      <dc:creator>fdi01</dc:creator>
      <dc:date>2015-06-17T12:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it impossible to combine the results of a normal search and threshold search in a single table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159066#M44853</link>
      <description>&lt;P&gt;^^  hi fdi01 , I dont see any mention  CPU utlization in the query that you have provided above . Please note that i need to see all other event types  + the ones where CPU is higher than 50% &lt;/P&gt;

&lt;P&gt;The table should look like this &lt;/P&gt;

&lt;P&gt;machine1 - disk failure&lt;BR /&gt;
machine2 - virus failure&lt;BR /&gt;
machine4 0- cpu utlization  80&lt;BR /&gt;
machine5 - ram crash&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 13:50:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159066#M44853</guid>
      <dc:creator>shellnight</dc:creator>
      <dc:date>2015-06-17T13:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is it impossible to combine the results of a normal search and threshold search in a single table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159067#M44854</link>
      <description>&lt;P&gt;I am afraid you are not understanding the request.&lt;/P&gt;

&lt;P&gt;I need the list of all problems in machine  but exclude the occurences for cpu utlization less than 50&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:25:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159067#M44854</guid>
      <dc:creator>shellnight</dc:creator>
      <dc:date>2015-06-17T15:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is it impossible to combine the results of a normal search and threshold search in a single table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159068#M44855</link>
      <description>&lt;P&gt;Hi @shellnight&lt;/P&gt;

&lt;P&gt;Please be sure that when responding to someone's answer, click on "Add comment" directly below their answer or, if responding to someone's comment, type in the "Add your comment..." box directly below their comment. You keep typing your responses in the "Enter your answer here..." box at the very bottom of the page which, instead, posts a brand new answer when it was really meant as a comment. This will help with a clean continuous flow of the conversation. It gets especially confusing when there are multiple answers on your post and people have no idea who you're responding to. I already converted your "answers" to comments, so just something to keep in mind from here on out. &lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 18:19:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159068#M44855</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2015-06-17T18:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is it impossible to combine the results of a normal search and threshold search in a single table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159069#M44856</link>
      <description>&lt;P&gt;hi fdi01 , I dont see any mention CPU utlization in the query that you have provided above . Please note that i need to see all other event types + the ones where CPU is higher than 50%&lt;/P&gt;

&lt;P&gt;The table should look like this&lt;/P&gt;

&lt;P&gt;machine1 - disk failure&lt;BR /&gt;
machine2 - virus failure&lt;BR /&gt;
machine4 0- cpu utlization 80&lt;BR /&gt;
machine5 - ram crash&lt;/P&gt;

&lt;P&gt;shellnight · 17 hours ago&lt;BR /&gt;
I am afraid you are not understanding the request.&lt;/P&gt;

&lt;P&gt;I need the list of all problems in machine but exclude the occurences for cpu utlization less than 50&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2015 10:10:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-impossible-to-combine-the-results-of-a-normal-search-and/m-p/159069#M44856</guid>
      <dc:creator>shellnight</dc:creator>
      <dc:date>2015-06-18T10:10:23Z</dc:date>
    </item>
  </channel>
</rss>

