I am on Splunk 8.2.4
While performing "Migrate the KV store after an upgrade to Splunk Enterprise 8.1 or higher in a clustered deployment" (see https://docs.splunk.com/Documentation/Splunk/8.2.4/Admin/MigrateKVstore )
splunk start-shcluster-migration kvstore -storageEngine wiredTiger -isDryRun true
I'm getting message "Admin handler 'shclustercaptainkvstoremigrate' not found."
Searh Head KV_Store is up and running. Splunk 8.2.4
I can't find any troubleshoot topic. Does anyone know how to fix this issue?
Search head cluster or standalone search head?
And did you setup the server.conf as per the docs pre-migration?
I had this error appear too, but only because I skipped a step. The rolling restart of the clustered search heads was critical after making the following server.conf change:
[kvstore] storageEngineMigration=true
Once the rolling restart of the search heads completes, then enter the command:
splunk start-shcluster-migration kvstore -storageEngine wiredTiger
The response should read "Starting KVStore Migration". Check the migration status via:
splunk show shcluster-kvmigration-status
I seem to be having the same problem. Looks like there is something wrong with the command
Search Head cluster and i added the [kvstore] stanza in server.conf (as described) before executing the dry run.
There might be a log relating to the migration in $SPLUNK_HOME/var/log/splunk
However this is potentially support case territory now, and you may wish to log a case
Search head cluster or standalone search head?
And did you setup the server.conf as per the docs pre-migration?
I'm having the same issue...please advise. I have made appropriate changes to server.conf on shc nodes.