Hi,
I'm testing out Splunk 6 and working on scripting the setup of a cluster. However, when I try to do a splunk edit cluster-config
I'm unable to set the Security Key through the command line. Anyone else bumped into this?
$ splunk edit cluster-config -mode searchhead -master_uri https://splunk-master -pass4SymmKey secret
In handler 'clusterconfig': Argument "pass4SymmKey" is not supported by this handler.
The results seem to be the same regardless of if I'm configuring a master, slave or search head.
echalex,
Try -secret instead of -pass4SymmKey. That might be a cli doc issue to be fixed.
It seems that this was indeed a bug in the documentation and the documentation has been corrected now.
echalex,
Try -secret instead of -pass4SymmKey. That might be a cli doc issue to be fixed.
Yep, that works!
Thanks a lot!
Actually, haven't really used 5.x and am planning an upgrade to 6.0. However, the documentation in splunk help cluster-config
suggests this should work.
Interesting. Were you able to do this via command line in 5.x? (I admit that any time I set the pass4SymmKey, I did so via config files, rather than the CLI.)