Skip to content

Instantly share code, notes, and snippets.

@getkub
Last active August 29, 2015 14:07
Show Gist options
  • Save getkub/6c7cc508f19d40b66ef6 to your computer and use it in GitHub Desktop.
Save getkub/6c7cc508f19d40b66ef6 to your computer and use it in GitHub Desktop.
Splunk Windows Forwarder Install Command Line by diaryfolio.com
set installable="E:\installables\splunkforwarder-6.0.5-214064-x64-release.msi"
set dep_server="10.1.2.3:8089"
set installDir="E:\Program Files\SplunkUniversalForwarder"
msiexec.exe /I %installable% AGREETOLICENSE=Yes INSTALLDIR=%installDir% DEPLOYMENT_SERVER=%dep_server% SPLUNKD_PORT=8089 SERVICESTARTTYPE=auto LAUNCHSPLUNK=1 /quiet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment