Security

Creating a search app for users in a sandbox environment, how do I remove their ability to save or schedule searches?

Ruski88
Engager

I'd like to create a search app for users in a sandbox environment, where users are able to run basic ad-hoc searches, create dashboards, etc. However, I'd like to remove the ability for users to save or schedule searches, by either disabling the UI button or when "save" button is clicked to have it redirect to a doc page.

Attempted to disable scheduled search, but this gives web errors.

0 Karma

ddrillic
Ultra Champion

Comment doesn't allow to upload a local file ; -)

It looks like the following on the SH server -

schedule search

0 Karma

somesoni2
Revered Legend

You can just remove the schedule_search capability capability from the user's roles on that box.

http://www.splunk.com/base/Documentation/6.4.1/Admin/Addusersandassignroles

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)

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...