jsecurity101/Marvel-Lab

Splunk Logging installation failure

Opened this issue · 0 comments

Splunk logging installation is failing:

image

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 $ProjectFilePath\Logging\Config\splunk\inputs.conf 'C:\Program Files\SplunkUniversalForwarder\etc\apps\SplunkUniversalForwarder\local\inputs.conf'

to resolve the error