<?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 there a way to resolve multiple incidents at once in Alert Manager? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354905#M42964</link>
    <description>&lt;P&gt;Will be part of the next release &lt;A href="https://github.com/simcen/alert_manager/issues/191"&gt;https://github.com/simcen/alert_manager/issues/191&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jun 2018 14:23:32 GMT</pubDate>
    <dc:creator>my2ndhead</dc:creator>
    <dc:date>2018-06-01T14:23:32Z</dc:date>
    <item>
      <title>Is there a way to resolve multiple incidents at once in Alert Manager?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354897#M42956</link>
      <description>&lt;P&gt;we have lot of events which log error incidents every day and its a lot of manual work to close each incident manually.&lt;/P&gt;

&lt;P&gt;I want a solution where i don't have to suppress any event alerts but I want to close those incidents after all I review them.&lt;/P&gt;

&lt;P&gt;any ideas? &lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 16:55:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354897#M42956</guid>
      <dc:creator>gbhaghavatula</dc:creator>
      <dc:date>2017-06-15T16:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to resolve multiple incidents at once in Alert Manager?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354898#M42957</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am not sure if this is the solution to your problem but i close my incidents with this command.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=alerts | table _time incident_id | dedup incident_id | modifyincidents status="Resolved" comment="autoclose"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;it may take a moment uppon how many open incidents you have.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 13:39:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354898#M42957</guid>
      <dc:creator>christianhuber</dc:creator>
      <dc:date>2017-08-03T13:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to resolve multiple incidents at once in Alert Manager?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354899#M42958</link>
      <description>&lt;P&gt;hi, thanks for your reply. &lt;/P&gt;

&lt;P&gt;can you let me know how do you implement this query? do you create a rule in splunk for the incidents to close? let me know more details about this process.&lt;/P&gt;

&lt;P&gt;Thanks again for your response, appreciate it.&lt;/P&gt;

&lt;P&gt;Thanks;&lt;BR /&gt;
GAUTI&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 15:45:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354899#M42958</guid>
      <dc:creator>gbhaghavatula</dc:creator>
      <dc:date>2017-08-03T15:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to resolve multiple incidents at once in Alert Manager?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354900#M42959</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;i use this usually to close all open tickets after the testing period to start with a clean sheet. If you plan to regulary close the incidents you should probably work with the auto resolve options. You see this options when you configure a Alert Manager trigger. &lt;/P&gt;

&lt;P&gt;or the dirty way you just schedule the search above to run at a specific interval of your choice.&lt;/P&gt;

&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 07:41:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354900#M42959</guid>
      <dc:creator>christianhuber</dc:creator>
      <dc:date>2017-08-04T07:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to resolve multiple incidents at once in Alert Manager?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354901#M42960</link>
      <description>&lt;P&gt;Thanks a ton Christian. We will implement this idea soon and I will let you know how this worked.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 19:56:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354901#M42960</guid>
      <dc:creator>gbhaghavatula</dc:creator>
      <dc:date>2017-08-08T19:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to resolve multiple incidents at once in Alert Manager?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354902#M42961</link>
      <description>&lt;P&gt;Hi all, &lt;/P&gt;

&lt;P&gt;Would you be please able to advise how to achieve  closing multiple alerts at once through the Alert Manager app directly (Ideally on the incident posture tab). At the bottom part of the Incident posture tab can be 10 alerts, is there a possibility to have for example checkbox to select certain alerts and close it? Would be there any similar possibility how to achieve this idea?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 09:59:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354902#M42961</guid>
      <dc:creator>chalak</dc:creator>
      <dc:date>2018-03-05T09:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to resolve multiple incidents at once in Alert Manager?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354903#M42962</link>
      <description>&lt;P&gt;Can you please help me out how to close multiple open alerts in one go.as of now I am closing it manually with search incident option.&lt;/P&gt;

&lt;P&gt;It would be great if you could send the steps how to set the query.&lt;/P&gt;

&lt;P&gt;&lt;A href="mailto:arkobardhan2011@gmail.com"&gt;arkobardhan2011@gmail.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 09:58:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354903#M42962</guid>
      <dc:creator>riki1092</dc:creator>
      <dc:date>2018-03-23T09:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to resolve multiple incidents at once in Alert Manager?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354904#M42963</link>
      <description>&lt;P&gt;Does the query helped you in closing multiple open alerts in one go?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 10:00:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354904#M42963</guid>
      <dc:creator>riki1092</dc:creator>
      <dc:date>2018-03-23T10:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to resolve multiple incidents at once in Alert Manager?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354905#M42964</link>
      <description>&lt;P&gt;Will be part of the next release &lt;A href="https://github.com/simcen/alert_manager/issues/191"&gt;https://github.com/simcen/alert_manager/issues/191&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 14:23:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354905#M42964</guid>
      <dc:creator>my2ndhead</dc:creator>
      <dc:date>2018-06-01T14:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to resolve multiple incidents at once in Alert Manager?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354906#M42965</link>
      <description>&lt;P&gt;Thanks for the information. &lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 14:36:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354906#M42965</guid>
      <dc:creator>chalak</dc:creator>
      <dc:date>2018-06-01T14:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to resolve multiple incidents at once in Alert Manager?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354907#M42966</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Can I auto-resolve alerts based on other events with different status?&lt;BR /&gt;
For example I have events:&lt;BR /&gt;
ID           Host        Status&lt;BR /&gt;
1221    Ex12        Critical&lt;BR /&gt;
1312    Ex12        Normal&lt;/P&gt;

&lt;P&gt;I want to auto close  alert 1221 based on event 1312&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 13:42:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-there-a-way-to-resolve-multiple-incidents-at-once-in-Alert/m-p/354907#M42966</guid>
      <dc:creator>Imadam</dc:creator>
      <dc:date>2018-10-09T13:42:04Z</dc:date>
    </item>
  </channel>
</rss>

