Dashboards & Visualizations

can i disable viewresults link on the dashboard ??

rakesh_498115
Motivator

Hi

I have created a Dashboard which consists of a table of results.I need to disable the viewresuls link on the dashboard which is appearing at the bottom of the table. how can i do it ??

Thanks in advance !!

0 Karma
1 Solution

kmattern
Builder

In $SPLUNK_Honme/share\splunk\search_mrsparkle\modules\search

Edit ViewRedirectorLink.html. Change "View results" to a period as shown below. (I actually commented out the original line and inserted the new one.) This effectively hides the link by changing it to the period. The good thing is that you know that it is there. It is hard to see. You could also edit the css to change the forecolor to white.

<%page args="module"/>

<!-- <a href="#">${module.get("label", _("View results")) | h}</a> -->

<a href="#">${module.get("label", _(".")) | h}</a>

</fieldset>

View solution in original post

kmattern
Builder

In $SPLUNK_Honme/share\splunk\search_mrsparkle\modules\search

Edit ViewRedirectorLink.html. Change "View results" to a period as shown below. (I actually commented out the original line and inserted the new one.) This effectively hides the link by changing it to the period. The good thing is that you know that it is there. It is hard to see. You could also edit the css to change the forecolor to white.

<%page args="module"/>

<!-- <a href="#">${module.get("label", _("View results")) | h}</a> -->

<a href="#">${module.get("label", _(".")) | h}</a>

</fieldset>

rakesh_498115
Motivator

Thanks a lot.:)

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...