To disable the inspect button on a dashboard panel, set the link.inspect.visible attribute to 0. This hides the button, preventing users from accessing the search inspector for that panel.
To disable theInspect buttonon a dashboard panel in Splunk, you need to set the attributelink.inspect.visibleto0. This hides the Inspect button for that specific panel.
Here’s why this works:
Purpose of link.inspect.visible: Thelink.inspect.visibleattribute controls the visibility of the Inspect button in a dashboard panel. Setting it to0disables the button, while setting it to1(default) keeps it visible.
Customization: This is useful when you want to restrict users from inspecting the underlying search queries or data for a specific panel.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit