<?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 How to filter out few data showing up from my search string while setting a alert notification on triggering condition in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-out-few-data-showing-up-from-my-search-string/m-p/531868#M150241</link>
    <description>&lt;P&gt;Hello team,&lt;/P&gt;&lt;P&gt;My search string is as below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=qrp STAGE IN ("*_RAW", T_FEED_MESSAGES) | stats sum(TRADES) as "TradeCount" by ODS_SRC_SYSTEM_CODE&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="splunk_1.PNG" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12173i2F1FA140F03EE20C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="splunk_1.PNG" alt="splunk_1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And the result screenshot is above. The AR1, BE1 ect are source system codes and the numerical values for each source system in the rows are the aggregate trade counts for respective source system at the time span starting from 00:00:00 hours till 05:00:00 hours. However for source systems like BE2 and MA1 the count doesn't&amp;nbsp;alter all through the day and is always 1. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now when I want to custom trigger a notification alert using this search string when threshold value of trade counts for each individual source system is less than 10 at 08:00:00 then by default always&amp;nbsp;BE2 and MA1 comes up in alert.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Hence if I only want to exclude these two source system and take rest&amp;nbsp;into consideration while setting up my custom trigger notification. How to achieve this?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kindly help me with your valuable inputs.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2020 14:01:49 GMT</pubDate>
    <dc:creator>Snehaan</dc:creator>
    <dc:date>2020-12-03T14:01:49Z</dc:date>
    <item>
      <title>How to filter out few data showing up from my search string while setting a alert notification on triggering condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-out-few-data-showing-up-from-my-search-string/m-p/531868#M150241</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;&lt;P&gt;My search string is as below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=qrp STAGE IN ("*_RAW", T_FEED_MESSAGES) | stats sum(TRADES) as "TradeCount" by ODS_SRC_SYSTEM_CODE&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="splunk_1.PNG" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12173i2F1FA140F03EE20C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="splunk_1.PNG" alt="splunk_1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And the result screenshot is above. The AR1, BE1 ect are source system codes and the numerical values for each source system in the rows are the aggregate trade counts for respective source system at the time span starting from 00:00:00 hours till 05:00:00 hours. However for source systems like BE2 and MA1 the count doesn't&amp;nbsp;alter all through the day and is always 1. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now when I want to custom trigger a notification alert using this search string when threshold value of trade counts for each individual source system is less than 10 at 08:00:00 then by default always&amp;nbsp;BE2 and MA1 comes up in alert.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Hence if I only want to exclude these two source system and take rest&amp;nbsp;into consideration while setting up my custom trigger notification. How to achieve this?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kindly help me with your valuable inputs.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 14:01:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-filter-out-few-data-showing-up-from-my-search-string/m-p/531868#M150241</guid>
      <dc:creator>Snehaan</dc:creator>
      <dc:date>2020-12-03T14:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out few data showing up from my search string while setting a alert notification on triggering conditi</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-out-few-data-showing-up-from-my-search-string/m-p/532101#M150316</link>
      <description>&lt;P&gt;&lt;SPAN&gt;index=qrp STAGE IN ("*_RAW", T_FEED_MESSAGES) | stats sum(TRADES) as "TradeCount" by ODS_SRC_SYSTEM_CODE | search ODS_SRC_SYSTEM_CODE!="BE2" OR ODS_SRC_SYSTEM_CODE!="MA1" | where TradeCount &amp;lt; 10&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Dec 2020 07:17:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-filter-out-few-data-showing-up-from-my-search-string/m-p/532101#M150316</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-12-05T07:17:39Z</dc:date>
    </item>
  </channel>
</rss>

