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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...