You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add following configuration to you vagrant file so that Splunk port can be exposed on VM.
config.vm.network "forwarded_port", guest: 8000, host: 9292
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. That's a good idea. I will make the change.
I'm leaning toward leaving the guest port as 8000. I understand you can change Splunk's default Web port from 8000, but it requires restart, I'm not sure how sticky that change is or what else might be impacted.
Would the host port config option be enough to meet your needs?
Please add following configuration to you vagrant file so that Splunk port can be exposed on VM.
config.vm.network "forwarded_port", guest: 8000, host: 9292
The text was updated successfully, but these errors were encountered: