while installing Splunk first time im having Licensge agreement and creater user prompt but after writing RSA Key he says this and stops installation (or well does not do any more info).
Copying '/opt/splunk/etc/openldap/ldap.conf.default' to '/opt/splunk/etc/openldap/ldap.conf'.
writing RSA key
writing RSA key
Moving '/opt/splunk/share/splunk/search_mrsparkle/modules.new' to '/opt/splunk/share/splunk/search_mrsparkle/modules'.
A systemd unit file already exists at path="/etc/systemd/system/Splunkd.service". To add a Splunk generated systemd un it file, run 'splunk disable boot-start' before running this command. If there are custom settings that have been adde d to the unit file, create a backup copy first.
splunkd service is apparently running but I cant acces the GUI.
Splunkd.service loaded active running Systemd service file for Splunk
Firewall is disabled so should not be any problem there.
splunk is listening after checking commands:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
splunkd 153622 splunk 188u IPv4 649151 0t0 TCP *:8000 (LISTEN)
logs file has a lot of errors:very often periodic in the end
beginning where it switches to the other picture
Splunk is listening:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
splunkd 153622 splunk 188u IPv4 649151 0t0 TCP *:8000 (LISTEN)
its basicly just a repeating of this:
02-25-2026 09:25:24.417 +0100 ERROR pipeline [99266 indexerPipe] - Uncaught exception in pipeline execution (indexer) - getting next event
02-25-2026 09:25:24.417 +0100 ERROR HotDBManager [99266 indexerPipe] - Unable to create directory /opt/splunk/var/lib/splunk/audit/db/hot_v1_353 because No such file or directory
02-25-2026 09:25:24.417 +0100 ERROR HotDBManager [99266 indexerPipe] - Unable to create directory /opt/splunk/var/lib/splunk/audit/db/hot_v1_353 because No such file or directory
02-25-2026 09:25:24.417 +0100 ERROR pipeline [99266 indexerPipe] - Runtime exception in pipeline=indexerPipe processor=indexer error='Unable to create directory /opt/splunk/var/lib/splunk/audit/db/hot_v1_353 because No such file or directory' confkey='source::audittrail|host::DIS-LOG-CYO101|audittrail|'
02-25-2026 09:25:24.705 +0100 INFO DatabaseDirectoryManager [99244 IndexerService] - idx=_configtracker writing a bucket manifest in hotWarmPath='/opt/splunk/var/lib/splunk/_configtracker/db' pendingBucketUpdates=1 innerLockTime=0.000. Reason='IndexerService periodic manifest update'
02-25-2026 09:25:24.705 +0100 ERROR SearchResultsWriter [99244 IndexerService] - Unable to open output file: path=/opt/splunk/var/lib/splunk/_configtracker/db/.bucketManifest99103_147151435_tmp error=No such file or directory
Hi @Splunk117
Can you check if the port is open on the host itself? Depending on the OS you could run something like
lsof -i :8000To see if the Splunk process is listening on port 8000.
Its also worth checking the logs at $SPLUNK_HOME/var/log/splunk/splunkd.log and see if there are any errors when Splunk is started. If you see any errors here please post them so we can help further.
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing