diff --git a/3 DC/Agents/SplunkUF/DeploySplunk.bat b/3 DC/Agents/SplunkUF/DeploySplunk.bat new file mode 100644 index 0000000..329e9ac --- /dev/null +++ b/3 DC/Agents/SplunkUF/DeploySplunk.bat @@ -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: \ No newline at end of file diff --git a/3 DC/Agents/SplunkUF/SplunkForwarderLinux.pdf b/3 DC/Agents/SplunkUF/SplunkForwarderLinux.pdf new file mode 100644 index 0000000..b63bd1b Binary files /dev/null and b/3 DC/Agents/SplunkUF/SplunkForwarderLinux.pdf differ diff --git a/3 DC/Agents/SplunkUF/SplunkForwarderWindows.pdf b/3 DC/Agents/SplunkUF/SplunkForwarderWindows.pdf new file mode 100644 index 0000000..921296e Binary files /dev/null and b/3 DC/Agents/SplunkUF/SplunkForwarderWindows.pdf differ