I'm trying to export and import users (and preferably roles) from one Splunk instance to another with no luck.
This is the process I'm following. When I'm complete, the user accounts do not exist on the second instance.
TIA....
Export
Create a directory to export the data to (exported.data)
[root@splunk /]# mkdir exported.data
[root@splunk /]# /splunk/bin/splunk export userdata /exported.data/
Backing up to dir: /exported.data.
Exporting /splunk/etc/apps/search/local/savedsearches.conf.
Copy data to another instance
Import
[root@splunk2 root]# /splunk/bin/splunk import userdata -dir exported.data
Restoring user data from dir: exported.data.
Importing /splunk/etc/apps/search/local/savedsearches.conf.
no accounts, why??
asked
07 Feb '11, 17:50
DTERM
299●1●2●27
accept rate:
53%