p1nkus
p1nkus
Splunk logging installation is failing:  Line 125 for Logging.ps1 seems to be using an incorrect hardcoded path: ` Copy-Item $ProjectFilePath\Logging\splunk\inputs.conf 'C:\Program Files\SplunkUniversalForwarder\etc\apps\SplunkUniversalForwarder\local\inputs.conf' ` Should be updated to ` Copy-Item...
Wanted to try to include some additional functionality in the base installation of the lab. After trial and error with a few different ideas to load in detection rules, ended...