Splunk Enterprise

How to enable Web UI in Indexer

vksplunk1
Explorer

Hi Good Morning ,

Web UI in indexer is not starting though the following setting in place in ..../system/default/web.conf

 

[settings]

# enable/disable the appserver
startwebserver = 1

# First party apps:
splunk_dashboard_app_name = splunk-dashboard-studio

# enable/disable splunk dashboard app feature
enable_splunk_dashboard_app_feature = true

# port number tag is missing or 0 the server will NOT start an http listener
# this is the port used for both SSL and non-SSL (we only have 1 port now).
httpport = 8000

 

Then added a ..../system/local/web.conf with the following to see if it enable but still the web UI is disabled:
enableSplunkWebSSL = true

 

Any help is greatly appreciated

Labels (2)
0 Karma

PickleRick
SplunkTrust
SplunkTrust

Use btool to see the effective settings (verify if they're not overwritten somewhere else).

Check with netstat or ss that splunkd listens on port 8000.

0 Karma

Roy_9
Motivator

@vksplunk1 did you checked the local firewalls or iptables?

 if telnet is connecting on port 8000 there isn't this problem and also do check for errors in internal logs.

0 Karma
Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...