<?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 to find disabled alert? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-to-find-disabled-alert/m-p/632650#M219785</link>
    <description>&lt;P&gt;how many users are able to edit your alerts?&lt;BR /&gt;&lt;BR /&gt;Maybe you should revisit your permissions on alerts first &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2023 20:34:07 GMT</pubDate>
    <dc:creator>Brausepaule</dc:creator>
    <dc:date>2023-02-28T20:34:07Z</dc:date>
    <item>
      <title>How to search to find disabled alert?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-to-find-disabled-alert/m-p/632565#M219741</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;I'm using Splunk cloud. Trying to create alert to catch event when someone disabling alert.&lt;BR /&gt;Need advice on the search for this alert, since has no luck with digging into `index=_* disbled_alert_name`&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 19:00:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-to-find-disabled-alert/m-p/632565#M219741</guid>
      <dc:creator>kimberlytrayson</dc:creator>
      <dc:date>2023-02-28T19:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Search to find disabled alert</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-to-find-disabled-alert/m-p/632584#M219749</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/114761"&gt;@kimberlytrayson&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;with this command you have the list pf all savedsearches, so you can identify the disabled ones:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /servicesNS/-/-/saved/searches splunk_server=local&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 13:50:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-to-find-disabled-alert/m-p/632584#M219749</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-28T13:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Search to find disabled alert</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-to-find-disabled-alert/m-p/632585#M219750</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;all alerts should be saved searches and you can query them like explained here:&lt;BR /&gt;&lt;A href="https://community.splunk.com/t5/Alerting/How-can-I-query-to-get-all-alerts-which-are-configured/td-p/288845" target="_blank"&gt;https://community.splunk.com/t5/Alerting/How-can-I-query-to-get-all-alerts-which-are-configured/td-p/288845&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;as you only want to find disabled alerts (there are already a lot by default) you should only scan for line items where disabled=1&lt;BR /&gt;&lt;BR /&gt;do that in a saved search itself quering all disabled saved searches..and it should work&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 13:52:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-to-find-disabled-alert/m-p/632585#M219750</guid>
      <dc:creator>Brausepaule</dc:creator>
      <dc:date>2023-02-28T13:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Search to find disabled alert</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-to-find-disabled-alert/m-p/632648#M219783</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/253889"&gt;@Brausepaule&lt;/a&gt;&amp;nbsp;, this is not exactly what I'm looking for, but maybe I can get something out of it.&lt;BR /&gt;&lt;BR /&gt;I'm looking for a way to catch event when someone disabling the alert. Suggested search doesn't return information about who disabled the alert and when.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 20:26:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-to-find-disabled-alert/m-p/632648#M219783</guid>
      <dc:creator>kimberlytrayson</dc:creator>
      <dc:date>2023-02-28T20:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Search to find disabled alert</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-to-find-disabled-alert/m-p/632649#M219784</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&amp;nbsp;, this is not exactly what I'm looking for, but maybe I can get something out of it.&lt;BR /&gt;&lt;BR /&gt;I'm looking for a way to catch event when someone disabling the alert. Suggested search doesn't return information about who disabled the alert and when.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 20:27:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-to-find-disabled-alert/m-p/632649#M219784</guid>
      <dc:creator>kimberlytrayson</dc:creator>
      <dc:date>2023-02-28T20:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to search to find disabled alert?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-to-find-disabled-alert/m-p/632650#M219785</link>
      <description>&lt;P&gt;how many users are able to edit your alerts?&lt;BR /&gt;&lt;BR /&gt;Maybe you should revisit your permissions on alerts first &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 20:34:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-to-find-disabled-alert/m-p/632650#M219785</guid>
      <dc:creator>Brausepaule</dc:creator>
      <dc:date>2023-02-28T20:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to search to find disabled alert?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-to-find-disabled-alert/m-p/632651#M219786</link>
      <description>&lt;P&gt;There isn't a great way to do this due to Splunk not tracking these types of changes. There is a Splunk idea that Splunk is working on that resolves some of the shortcomings of the current audit log.&lt;/P&gt;&lt;P&gt;&lt;A href="https://ideas.splunk.com/ideas/E-I-49" target="_blank"&gt;https://ideas.splunk.com/ideas/E-I-49&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 20:43:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-to-find-disabled-alert/m-p/632651#M219786</guid>
      <dc:creator>m_pham</dc:creator>
      <dc:date>2023-02-28T20:43:53Z</dc:date>
    </item>
  </channel>
</rss>

