SPLK-1004 · Question #51
How can the inspect button be disabled on a dashboard panel?
The correct answer is B. Set link.inspect .visible to 0. To disable the inspect button on a dashboard panel in Splunk, you can set the link.inspect.visible attribute to 0 (Option B) in the panel's source code. This attribute controls the visibility of the inspect button, and setting it to 0 hides the button, preventing users from…
Question
How can the inspect button be disabled on a dashboard panel?
Options
- ASet inspect.link.disabled to 1
- BSet link.inspect .visible to 0
- CSet link.inspectSearch.visible too
- DSet link.search.disabled to 1
How the community answered
(32 responses)- A3% (1)
- B91% (29)
- C3% (1)
- D3% (1)
Explanation
To disable the inspect button on a dashboard panel in Splunk, you can set the link.inspect.visible attribute to 0 (Option B) in the panel's source code. This attribute controls the visibility of the inspect button, and setting it to 0 hides the button, preventing users from accessing the search inspector for that panel.
Topics
Community Discussion
No community discussion yet for this question.