Upload files to "3 DC/Agents/SplunkUF"
This commit is contained in:
8
3 DC/Agents/SplunkUF/DeploySplunk.bat
Normal file
8
3 DC/Agents/SplunkUF/DeploySplunk.bat
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
@echo off
|
||||||
|
SET FLAG=~\Documents\SplunkFlag.txt
|
||||||
|
IF EXIST %FLAG% GOTO END
|
||||||
|
echo "SplunkUF Installed" > %FLAG%
|
||||||
|
msiexec.exe /i "\\DC01\Software\SplunkUF\splunkuniversalforwarder.msi" DEPLOYMENT_SERVER="192.168.5.20:8089" RECEIVING_INDEXER="192.168.5.22:9997" AGREETOLICENSE=Yes SERVICESTARTTYPE=AUTO LAUNCHSPLUNK=1 SPLUNKUSERNAME=splunk GENRANDOMPASSWORD=1 WINEVENTLOG_APP_ENABLE=1 WINEVENTLOG_SEC_ENABLE=1 WINEVENTLOG_SYS_ENABLE=1 WINEVENTLOG_FWD_ENABLE=1 WINEVENTLOG_SET_ENABLE=1 PERFMON=network ENABLEADMON=1 /passive
|
||||||
|
copy "\\DC01\Software\SplunkUF\inputs.conf" "C:\Program Files\SplunkUniversalForwarder\etc\system\local\inputs.conf"
|
||||||
|
|
||||||
|
:end:
|
BIN
3 DC/Agents/SplunkUF/SplunkForwarderLinux.pdf
Normal file
BIN
3 DC/Agents/SplunkUF/SplunkForwarderLinux.pdf
Normal file
Binary file not shown.
BIN
3 DC/Agents/SplunkUF/SplunkForwarderWindows.pdf
Normal file
BIN
3 DC/Agents/SplunkUF/SplunkForwarderWindows.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user