<?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: how to search for no. of active alerts through search and Reporting in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-search-for-no-of-active-alerts-through-search-and/m-p/468163#M30718</link>
    <description>&lt;P&gt;@priyankara&lt;/P&gt;

&lt;P&gt;Please check my UPDATED answer.&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2019 04:30:02 GMT</pubDate>
    <dc:creator>kamlesh_vaghela</dc:creator>
    <dc:date>2019-10-31T04:30:02Z</dc:date>
    <item>
      <title>how to search for no. of active alerts through search and Reporting</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-search-for-no-of-active-alerts-through-search-and/m-p/468160#M30715</link>
      <description>&lt;P&gt;I am trying to search for the no. of active alerts which are there is the system for my index and sources by splunk query language to be run on Search and Reporting App,  how can I go about this ?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 12:29:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-search-for-no-of-active-alerts-through-search-and/m-p/468160#M30715</guid>
      <dc:creator>priyankara</dc:creator>
      <dc:date>2019-10-30T12:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to search for no. of active alerts through search and Reporting</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-search-for-no-of-active-alerts-through-search-and/m-p/468161#M30716</link>
      <description>&lt;P&gt;@priyankara &lt;/P&gt;

&lt;P&gt;You can use &lt;CODE&gt;rest&lt;/CODE&gt; command for having a list of savedsearches and other details.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.0/SearchReference/Rest"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.0/SearchReference/Rest&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can use below search for reference. You need to modify as per your requirement.  This search will list all the &lt;CODE&gt;enabled&lt;/CODE&gt; savedsearches. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /servicesNS/-/-/saved/searches splunk_server=local | search disabled=0  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;UPDATED:&lt;/P&gt;

&lt;P&gt;Please try this search.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /servicesNS/-/-/saved/searches splunk_server=local 
| search "alert.suppress" IN (1,0) AND  disabled=0 
| table title disabled "eai:acl.app" "eai:acl.owner" search
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 12:45:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-search-for-no-of-active-alerts-through-search-and/m-p/468161#M30716</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-10-30T12:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to search for no. of active alerts through search and Reporting</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-search-for-no-of-active-alerts-through-search-and/m-p/468162#M30717</link>
      <description>&lt;P&gt;@kamlesh_vaghela &lt;BR /&gt;
Thanks Kamlesh but I am looking for a query to get the active alerts which are active in the system.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 03:10:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-search-for-no-of-active-alerts-through-search-and/m-p/468162#M30717</guid>
      <dc:creator>priyankara</dc:creator>
      <dc:date>2019-10-31T03:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to search for no. of active alerts through search and Reporting</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-search-for-no-of-active-alerts-through-search-and/m-p/468163#M30718</link>
      <description>&lt;P&gt;@priyankara&lt;/P&gt;

&lt;P&gt;Please check my UPDATED answer.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 04:30:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-search-for-no-of-active-alerts-through-search-and/m-p/468163#M30718</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-10-31T04:30:02Z</dc:date>
    </item>
  </channel>
</rss>

