Feature #1267
Feature #1263: Ability to backup and restore KV store
Determine how backups will be stored and restored
Start date:
03/18/2016
Due date:
% Done:
0%
History
#1 Updated by Luke Murphey over 8 years ago
Some options:
- Using inputlookup/outputlookup (http://dev.splunk.com/view/webframework-developapps/SP-CAAAEZQ)
- Contact the REST endpoints directly
- Not corrupt the KV store if the schema isn't the same
- Be able to create the backups in the provide location
- Download the entire /var/lib/splunk/kvstore directory (only works if Splunk is shutdown though)
#2 Updated by Luke Murphey over 8 years ago
Some links:
#3 Updated by Luke Murphey over 8 years ago
Might be able to iterate the JSON with this: https://github.com/kashifrazzaqui/json-streamer
#4 Updated by Luke Murphey over 8 years ago
Can outputlookup send data to a sub-directory?
#5 Updated by Luke Murphey over 8 years ago
Note that KV store will have entries for multiple users. Somehow, all of these need to be backed up.