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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...