<?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 PagerDuty App for Splunk: How to configure link from PagerDuty incident to Splunk? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/PagerDuty-App-for-Splunk-How-to-configure-link-from-PagerDuty/m-p/366334#M44281</link>
    <description>&lt;P&gt;I’ve integrated pager duty and Splunk, and I’m successfully seeing alerts from Splunk in pager duty. However, when I go to an incident detail and click on “view in splunk,” I get an error saying “The site can’t be reached.”&lt;/P&gt;

&lt;P&gt;I’ve noticed the hostname is wrong. It’s using splunk:8000 when it should be using my_splunk_hostname:8000.&lt;/P&gt;

&lt;P&gt;Any ideas how I can configure the link? I've already asked PagerDuty support, but they suggested I ask here too.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/189183-pd-pic.png" alt="alt text" /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 13:18:15 GMT</pubDate>
    <dc:creator>mhaggerty55</dc:creator>
    <dc:date>2020-09-29T13:18:15Z</dc:date>
    <item>
      <title>PagerDuty App for Splunk: How to configure link from PagerDuty incident to Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/PagerDuty-App-for-Splunk-How-to-configure-link-from-PagerDuty/m-p/366334#M44281</link>
      <description>&lt;P&gt;I’ve integrated pager duty and Splunk, and I’m successfully seeing alerts from Splunk in pager duty. However, when I go to an incident detail and click on “view in splunk,” I get an error saying “The site can’t be reached.”&lt;/P&gt;

&lt;P&gt;I’ve noticed the hostname is wrong. It’s using splunk:8000 when it should be using my_splunk_hostname:8000.&lt;/P&gt;

&lt;P&gt;Any ideas how I can configure the link? I've already asked PagerDuty support, but they suggested I ask here too.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/189183-pd-pic.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:18:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/PagerDuty-App-for-Splunk-How-to-configure-link-from-PagerDuty/m-p/366334#M44281</guid>
      <dc:creator>mhaggerty55</dc:creator>
      <dc:date>2020-09-29T13:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: PagerDuty App for Splunk: How to configure link from PagerDuty incident to Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/PagerDuty-App-for-Splunk-How-to-configure-link-from-PagerDuty/m-p/366335#M44282</link>
      <description>&lt;P&gt;My guess is that the alert action may not be sending the client_url string in the alert payload that Pagerduty need to build that link?&lt;/P&gt;

&lt;P&gt;Splunk:8000 sounds like a default entry, perhaps check the script that the pager duty app has in its bin folder to see how it constructs the call to the pagerduty url? ( i will check in my lab and follow up)&lt;/P&gt;

&lt;P&gt;&lt;A href="https://v2.developer.pagerduty.com/docs/trigger-events"&gt;https://v2.developer.pagerduty.com/docs/trigger-events&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I believe pagerduty provides the option to view he raw payload, can you post an example?&lt;/P&gt;

&lt;P&gt;Splunks alert action args contain a results url that should work here. Is your Splunk instance available to the internet?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 04:43:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/PagerDuty-App-for-Splunk-How-to-configure-link-from-PagerDuty/m-p/366335#M44282</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-21T04:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: PagerDuty App for Splunk: How to configure link from PagerDuty incident to Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/PagerDuty-App-for-Splunk-How-to-configure-link-from-PagerDuty/m-p/366336#M44283</link>
      <description>&lt;P&gt;You need to update the hostname setting under alert_actions.conf (If you don't have a local alert_actions.conf, create one and add the stanza &amp;amp; hostname setting below)&lt;/P&gt;

&lt;P&gt;Should look like this:&lt;BR /&gt;
[default]&lt;BR /&gt;
hostname=your_hostname_here&lt;/P&gt;

&lt;P&gt;Here is the link to the relevant docs&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Alertactionsconf?utm_source=answers&amp;amp;utm_medium=in-answer&amp;amp;utm_term=alert_actions.conf&amp;amp;utm_campaign=refdoc" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Alertactionsconf?utm_source=answers&amp;amp;utm_medium=in-answer&amp;amp;utm_term=alert_actions.conf&amp;amp;utm_campaign=refdoc&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:15:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/PagerDuty-App-for-Splunk-How-to-configure-link-from-PagerDuty/m-p/366336#M44283</guid>
      <dc:creator>bkrueger_splunk</dc:creator>
      <dc:date>2020-09-29T18:15:59Z</dc:date>
    </item>
  </channel>
</rss>

