<?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: Can we customize Pagerduty alert with urgency? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Can-we-customize-Pagerduty-alert-with-urgency/m-p/671483#M15587</link>
    <description>&lt;P&gt;Dynamic notifications based on severity is looking for &lt;STRONG&gt;severity&lt;/STRONG&gt; in the root of the payload. The pagerduty adddon inserts the custom_details Json object into the payload and it will not get recognized.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;However, you can create an event orchestration that looks for severity in the custom_details object and set the severity based on the content of the severity field.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;{&lt;BR /&gt;"client": "Splunk",&lt;BR /&gt;"client_url": "&amp;lt;&amp;lt;splunkurl&amp;gt;",&lt;BR /&gt;"contexts": null,&lt;BR /&gt;"description": "&amp;lt;&amp;lt;incident_descr&amp;gt;&amp;gt;",&lt;BR /&gt;"event_type": "trigger",&lt;BR /&gt;"incident_key": "&amp;lt;&amp;lt;incident_key&amp;gt;&amp;gt;",&lt;BR /&gt;"service_key": "&amp;lt;&amp;lt;service_key&amp;gt;&amp;gt;",&lt;BR /&gt;"details": {&lt;BR /&gt;"LastSuccessfulCall": "Friday Dec 08, 2023 04:41:58PM",&lt;BR /&gt;"active": "true",&lt;BR /&gt;"custom_details": {&lt;BR /&gt;"severity": "info"&lt;BR /&gt;},&lt;BR /&gt;"field1": "value1",&lt;BR /&gt;"field2": "value2"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 21:25:26 GMT</pubDate>
    <dc:creator>lambertg</dc:creator>
    <dc:date>2023-12-11T21:25:26Z</dc:date>
    <item>
      <title>Can we customize Pagerduty alert with urgency?</title>
      <link>https://community.splunk.com/t5/Alerting/Can-we-customize-Pagerduty-alert-with-urgency/m-p/636702#M14954</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;currently we have successfully integrated pagerduty in splunk which means whenever a splunk alert is triggered a pagerduty alert will be created and shown in our pagerduty service. Now we are looking for a way to customize the urgency. All the alerts have "High" urgency in pagerduty per default when the splunk integration creates these alerts and we want to specify that in the custom details here:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-03-30 at 15.05.17.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/24636i11E4049AEF936888/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-03-30 at 15.05.17.png" alt="Screenshot 2023-03-30 at 15.05.17.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Tried a few things with adding "urgency" to the json but without any success. Also the documentation is not referencing the urgency anywhere. Does anybody know how to do this?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 15:29:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Can-we-customize-Pagerduty-alert-with-urgency/m-p/636702#M14954</guid>
      <dc:creator>GoJoker</dc:creator>
      <dc:date>2023-03-30T15:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can we customize Pagerduty alert with urgency?</title>
      <link>https://community.splunk.com/t5/Alerting/Can-we-customize-Pagerduty-alert-with-urgency/m-p/637050#M14959</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/255328"&gt;@GoJoker&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on the documentation for PagerDuty alert creation, you can use the custom details section to set &lt;STRONG&gt;severity&lt;/STRONG&gt; of the alert from Splunk. Urgencies in PagerDuty can be set based on this severity, you'll need to select "&lt;STRONG&gt;Dynamic notifications based on alert severity&lt;/STRONG&gt;" option along with your custom assign and escalation policy. There is not configuration available in the current add-on to set these options, you'll have to set the severity in the custom details segment of the alert&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Reference:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.pagerduty.com/docs/ZG9jOjExMDI5NTgx-send-an-alert-event" target="_blank"&gt;https://developer.pagerduty.com/docs/ZG9jOjExMDI5NTgx-send-an-alert-event&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://support.pagerduty.com/docs/configurable-service-settings#:~:text=PagerDuty%20uses%20the%20concept%20of,urgency%20(it%20can%20wait)" target="_blank"&gt;https://support.pagerduty.com/docs/configurable-service-settings#:~:text=PagerDuty%20uses%20the%20concept%20of,urgency%20(it%20can%20wait)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;~ If the above reply helps, a Karma upvote would be appreciated.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 05:05:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Can-we-customize-Pagerduty-alert-with-urgency/m-p/637050#M14959</guid>
      <dc:creator>Gr0und_Z3r0</dc:creator>
      <dc:date>2023-04-01T05:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can we customize Pagerduty alert with urgency?</title>
      <link>https://community.splunk.com/t5/Alerting/Can-we-customize-Pagerduty-alert-with-urgency/m-p/671483#M15587</link>
      <description>&lt;P&gt;Dynamic notifications based on severity is looking for &lt;STRONG&gt;severity&lt;/STRONG&gt; in the root of the payload. The pagerduty adddon inserts the custom_details Json object into the payload and it will not get recognized.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;However, you can create an event orchestration that looks for severity in the custom_details object and set the severity based on the content of the severity field.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;{&lt;BR /&gt;"client": "Splunk",&lt;BR /&gt;"client_url": "&amp;lt;&amp;lt;splunkurl&amp;gt;",&lt;BR /&gt;"contexts": null,&lt;BR /&gt;"description": "&amp;lt;&amp;lt;incident_descr&amp;gt;&amp;gt;",&lt;BR /&gt;"event_type": "trigger",&lt;BR /&gt;"incident_key": "&amp;lt;&amp;lt;incident_key&amp;gt;&amp;gt;",&lt;BR /&gt;"service_key": "&amp;lt;&amp;lt;service_key&amp;gt;&amp;gt;",&lt;BR /&gt;"details": {&lt;BR /&gt;"LastSuccessfulCall": "Friday Dec 08, 2023 04:41:58PM",&lt;BR /&gt;"active": "true",&lt;BR /&gt;"custom_details": {&lt;BR /&gt;"severity": "info"&lt;BR /&gt;},&lt;BR /&gt;"field1": "value1",&lt;BR /&gt;"field2": "value2"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 21:25:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Can-we-customize-Pagerduty-alert-with-urgency/m-p/671483#M15587</guid>
      <dc:creator>lambertg</dc:creator>
      <dc:date>2023-12-11T21:25:26Z</dc:date>
    </item>
  </channel>
</rss>

