Installation

Remove port from Splunk alert URLS WITHOUT changing actual web port

MattH665
Engager

Hi,

We have Splunk running behind a load balancer so we reach it on the standard port 443.

But on the backend it's using a different port, which the LB connects to, hence this port needs to stay set as the Web port.

Problem is when we get alerts, Splunk still puts that port from the Web port setting in the url. So the url doesn't work and we need to manually edit it to remove the port.

Is there no separate setting for this so that the actual listening port and the port it puts in the url can be controlled separately? 

 

Labels (1)
Tags (3)
0 Karma
1 Solution

danielcj
Communicator

Hello @MattH665 ,

I believe that you are looking for the setting:

hostname = <your_hostname> in alert_actions.conf  - https://docs.splunk.com/Documentation/Splunk/latest/Admin/Alertactionsconf#GLOBAL_SETTINGS

examples: http://splunkserver:8000, https://splunkserver.example.com:443

Remember to restart your instance after the changes.

Thanks. 

View solution in original post

danielcj
Communicator

Hello @MattH665 ,

I believe that you are looking for the setting:

hostname = <your_hostname> in alert_actions.conf  - https://docs.splunk.com/Documentation/Splunk/latest/Admin/Alertactionsconf#GLOBAL_SETTINGS

examples: http://splunkserver:8000, https://splunkserver.example.com:443

Remember to restart your instance after the changes.

Thanks. 

MattH665
Engager

Thanks @danielcj , think this is exactly what I needed. Somehow I never came across this when googling and searching around here.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...