Marvel-Lab
Marvel-Lab copied to clipboard
Splunk Logging installation failure
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 $ProjectFilePath\Logging\Config\splunk\inputs.conf 'C:\Program Files\SplunkUniversalForwarder\etc\apps\SplunkUniversalForwarder\local\inputs.conf'
to resolve the error