Reporting

How to limit some user roles from running scheduled searches on Splunk?

philip_wong
Communicator

I'd like to know if the "schedule_search" capability is just to hide/disable create/update scheduled search options, or can it stop scheduled jobs run by user id without this capability.

If my aim is to limit some user roles from running scheduled searches on Splunk (that can be from some apps), what should I do?

1 Solution

the_wolverine
Champion

In authorize.conf, set the following for the role(s) which you do NOT want to be able to schedule searches:

schedule_search = disabled

(requires save and restart)

View solution in original post

the_wolverine
Champion

In authorize.conf, set the following for the role(s) which you do NOT want to be able to schedule searches:

schedule_search = disabled

(requires save and restart)

strive
Influencer

Set the capabilities for roles in authorize.conf configuration file

[capability::schedule_search]
        * Required to schedule saved searches.

http://docs.splunk.com/Documentation/Splunk/6.1.2/admin/Authorizeconf

Note:

By default all the capabilities are disabled.

Roles inherit all capabilities from imported roles, and inherited capabilities cannot be disabled.

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...