I used below command to add a role:
__$HOME/bin/splunk add role new_role -imported user__
I also need to set the default app for the role. I tried below command but it's not working.
__$HOME/bin/splunk add role new_role -imported user -app default_app__
Does anyone knows how to set default app and any other properties to a role using CLI command?
PS: I also tried __$HOME/bin/splunk help add role__, but it doesn't have much info.
↧