Skip to content

Instantly share code, notes, and snippets.

@automine
Created October 16, 2018 19:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save automine/979e78eba411932925e1030accce5205 to your computer and use it in GitHub Desktop.
Save automine/979e78eba411932925e1030accce5205 to your computer and use it in GitHub Desktop.
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"
@automine
Copy link
Author

Use at your own risk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment