Not sure why its not mentioned anywhere but if you're trying to modify the splunk url for an integration(eg. alert to pagerduty) , I found that I had to modify the command field in pagerduty_incidents app to remove `results_link=%results.url%` should be : /etc/apps/pagerduty_incidents/local/alert_actions.conf [pagerduty]
command = sendalert $action_name$ results_file="$results.file$"
hostname = http://hostname.domain.com
... View more