Security

Problem Starting Splunk web after enabling light forwarding

misteryuku
Communicator

Ever since i enabled light forwarding, i couldn't launch splunk web as normal. i double clicked the splunk.exe in windows 7 and there was this command line window that says.

Launching web browser pointing at SplunkWeb

waiting for splunk web to start.....

I have been waiting for a long time but the splunk web doesn't launch. How am i supposed to launch Splunk web now?????

Tags (2)
0 Karma

MHibbin
Influencer

Misteryuku,

When you enable SplunkLightForwarding, Splunk will change a configuration in one of the conf files to disable Splunk web. I don't think the starting splunkweb will work (tried it on my machine and it didn't work anyway). SplunkLightForwarding is basically an App, so it can be disabled (which will re-enable splunkweb).

To see the full output of CMD commands, you may need to CMD as administrator (e.g. right-click the CMD icon and select "run as administrator". Be careful of making other changes!

If you change to the Splunk bin directory (for example on my laptop this is "C:\Program Files\Splunk\bin") for example:

cd \Program Files\Splunk\bin

I would the run the following command to disable the app:

splunk.exe disable app SplunkLightForwarder

You will then need to restart splunk:

splunk.exe restart

... I followed that process and it worked for me.

Regards,

MHibbin

misteryuku
Communicator

i uninstalled Splunk and reinstalled Splunk before you replied me. i didn't mind uninstalling splunk and i am alright at resuming Splunk at its default state. The info you gave me would come in handy for me. Thanks.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

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 ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...