nerdexam
Splunk

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…

Advanced Search Commands and Techniques

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)
  • A
    3% (1)
  • B
    91% (29)
  • C
    3% (1)
  • D
    3% (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

#dashboard panel#inspect button#SimpleXML#panel configuration

Community Discussion

No community discussion yet for this question.

Full SPLK-1004 Practice