Hi all,
I've configured a new role to inherit settings from user and power role and I let default values for srchJobsQuota and rtSrchJobsQuota
Basically:
[role_new]
importRoles = power; user
srchDiskQuota=1000
srchIndexesAllowed = *
srchIndexesDefault = *
srchMaxTime = 8640000
srchJobsQuota = 3
rtSrchJobsQuota = 6
In this case, which values I will have for srchJobsQuota and rtSrchJobsQuota?
The one set in the role_new or the one set in inherited roles?
Thank you very much
The greater permission applies. See https://docs.splunk.com/Documentation/Splunk/9.1.1/Security/Aboutusersandroles#Role_inheritance
The greater permission applies. See https://docs.splunk.com/Documentation/Splunk/9.1.1/Security/Aboutusersandroles#Role_inheritance
Thank you very much @richgalloway !