All Apps and Add-ons

Edit View of Sideview Utils "Link" Module

_gkollias
Builder

Hey All,

I have a panel on a dashboard that shows single value counts, and for ones I think are more interesting I used Sideview Utils "Link" Module in place of Splunk's "SingleValue" module so that user's can drill down in to those single value counts..

The weird thing is that now there are two that are big and bold, and two that are tiny links.

Is there a way to edit the the way the Links look to match the view of Splunk's SingleValues?

Thanks!

1 Solution

martin_mueller
SplunkTrust
SplunkTrust

Sure. You can set the cssClass of the Link module to something, say largeLink, and add such a class either to your application.css or to a custom CSS file linked to in the view itself. Such a class could look like this for a start:

.largeLink {
  font-size: 28px;
  font-weight: bold;
}

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

Sure. You can set the cssClass of the Link module to something, say largeLink, and add such a class either to your application.css or to a custom CSS file linked to in the view itself. Such a class could look like this for a start:

.largeLink {
  font-size: 28px;
  font-weight: bold;
}

_gkollias
Builder

OK, great. Thanks a lot!

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

No, you would add such a class either to your application.css or to a custom CSS file linked to in the view itself.

You'll find the application.css in $SPLUNK_HOME/etc/apps/your_app/appserver/static. If there is no application.css yet you can create a new one, make sure it's readable by the Splunk user.

0 Karma

_gkollias
Builder

Hi Martin,

Can I add this directly in to the Splunk XML?

0 Karma

_gkollias
Builder

Thank you!

0 Karma
Get Updates on the Splunk Community!

Splunk Observability Synthetic Monitoring - Resolved Incident on Detector Alerts

We’ve discovered a bug that affected the auto-clear of Synthetic Detectors in the Splunk Synthetic Monitoring ...

Video | Tom’s Smartness Journey Continues

Remember Splunk Community member Tom Kopchak? If you caught the first episode of our Smartness interview ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud? Learn how unique features like ...