Marvel-Lab icon indicating copy to clipboard operation
Marvel-Lab copied to clipboard

Splunk Logging installation failure

Open p1nkus opened this issue 1 year ago • 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

p1nkus avatar Apr 23 '24 14:04 p1nkus