Use your local package management commands to uninstall Splunk. In most cases, files not originally installed by the package will be retained. This usually means your configuration and index files, which are under the same directory (default /opt/splunk) as the rest of the installation by default.
RedHat Linux# rpm --e splunk-2.1-0
Debian Linux# dpkg -r splunk
Solaris# pkgrm splunk
FreeBSD# pkg_delete splunk
In most cases, files not originally installed by the rpm package will be retained. This usually means the configuration and index files, which are under the same directory (default ///opt/splunk) as the rest of the installation by default.
Manual uninstallIf you can't use package management commands, these commands will remove the installed components except for any init scripts that have been created.
Comments
No comments have been submitted.