Remove Splunk /etc/system/local configs - Windows
@echo off | |
del /f /q "%SPLUNK_HOME%\etc\system\local\inputs.conf" | |
del /f /q "%SPLUNK_HOME%\etc\system\local\outputs.conf" | |
del /f /q "%SPLUNK_HOME%\etc\system\local\deploymentclient.conf" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Use at your own risk