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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...