If a DHCP is assigning IP address to your Splunk server, do not go for this.   You will also need to add the following line to /etc/system/local/web.conf   [settings]  mgmtHostPort = 10.10.x.x:8089  _______________________________________________________________  Otherwise, splunk default stanza (below) will look for splunkd at its loopback address.   /opt/splunk/etc/system/default/web.conf  mgmtHostPort = 127.0.0.1:8089 
						
					
					... View more