Hi Everyone,
I am currently trying to achieve a quite simple process: set up a scalable way to backup/restore some KVStore collections from production Splunk servers.
Following the appropriate Splunk documentation (link below), i was able to successfully backup my collections in JSON formatted files.
[https://docs.splunk.com/Documentation/Splunk/7.1.2/Admin/BackupKVstore][1]
However, when i try to restore them to the same production server, it fails with the following errors (from /opt/splunk/var/log/splunkd.log):
splunk: ERROR 1535113443.183 KVStorageProvider - An error occurred during the last operation ('dropCollection', domain: '5', code: '26'): ns not found
splunk: WARN 1535113443.188 KVStoreAdminHandler - No data found to restore matching specified parameters archiveName="backupfile.tar.gz", appName="all apps", collectionName="collection"
splunk: ERROR 1535113443.188 KVStoreAdminHandler - \n
This seems quite cryptic to me. I am wondering whether anyone could have encounter a similar issue or error message, or could know some troubleshooting tips that will help me solving this?
[1]: https://docs.splunk.com/Documentation/Splunk/7.1.2/Admin/BackupKVstore
↧