Reporting

How to modify the "View Results in Splunk" link from Scheduled Reports

pattokt
Explorer

We need to change the hostname and port that the "View results in Splunk" link auto populates. Where is the proper place to change this setting in the config files?

1 Solution

somesoni2
Revered Legend

The configuration file that you're looking for is alert_action.conf and attribute name is hostname.
http://docs.splunk.com/Documentation/Splunk/latest/Admin/Alertactionsconf

hostname = [protocol]<host>[:<port>]
* Sets the hostname used in the web link (url) sent in alerts.
* This value accepts two forms.
  * hostname
       examples: splunkserver, splunkserver.example.com
  * protocol://hostname:port
       examples: http://splunkserver:8000, https://splunkserver.example.com:443

View solution in original post

duartet
Path Finder

You can also go to Settings > Server Settings > Email settings
and change "Link hostname" to the url you want.

0 Karma

somesoni2
Revered Legend

The configuration file that you're looking for is alert_action.conf and attribute name is hostname.
http://docs.splunk.com/Documentation/Splunk/latest/Admin/Alertactionsconf

hostname = [protocol]<host>[:<port>]
* Sets the hostname used in the web link (url) sent in alerts.
* This value accepts two forms.
  * hostname
       examples: splunkserver, splunkserver.example.com
  * protocol://hostname:port
       examples: http://splunkserver:8000, https://splunkserver.example.com:443

dvg06
Path Finder

thank you.

0 Karma
Get Updates on the Splunk Community!

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...

Cloud Platform | Migrating your Splunk Cloud deployment to Python 3.7

Python 2.7, the last release of Python 2, reached End of Life back on January 1, 2020. As part of our larger ...