- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
martaBenedetti
Path Finder
10-27-2023
06:57 AM
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
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
10-27-2023
07:13 AM
The greater permission applies. See https://docs.splunk.com/Documentation/Splunk/9.1.1/Security/Aboutusersandroles#Role_inheritance
---
If this reply helps you, Karma would be appreciated.
If this reply helps you, Karma would be appreciated.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
10-27-2023
07:13 AM
The greater permission applies. See https://docs.splunk.com/Documentation/Splunk/9.1.1/Security/Aboutusersandroles#Role_inheritance
---
If this reply helps you, Karma would be appreciated.
If this reply helps you, Karma would be appreciated.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
martaBenedetti
Path Finder
10-27-2023
07:16 AM
Thank you very much @richgalloway !
