Splunk Search

Disable drilldown to search window / Stopping a user from using the Splunk Query window

smhsplunk
Communicator

In previous version of the Splunk one could goto the Edit
Icon in each page and could Disable/Enable the drilldown
in each of the panel. I am currently using Splunk version
6.4.1 and do not have this option.

I am creating a customer account and would like to
keep the customer always in the splunk dashboard
and never give him access to the splunk search window
where one can type SPL and run query. Is it possible
to disable this search window for an account. If not
how can I disable drilldown for each of the panels
and rows.

I tried

 <option name="drilldown">none</option>

but it doesnt work.

0 Karma

somesoni2
Revered Legend

Did you add this <option name="drilldown">none</option> inside each visualization?

e.g.

<table...other
..stuffs...
<option name="drilldown">none</option>
</table>

smhsplunk
Communicator

Thanks, this works.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...