Splunk Search

Width of Single value field in 4.3.3

bckq
Path Finder

I've upgraded my Splunk from version 4.3 to version 4.3.3 and my dashboard view has changed.

This is version from 4.3: http://i.imgur.com/LPDeh.png

This is version from 4.3.3: http://i.imgur.com/cBO8H.png

Why is single value field shorter now? How can I make width of green/red field long like in 4.3 version?

Tags (4)
0 Karma
1 Solution

bckq
Path Finder

Adding lines listed below fixed problem:

/opt/splunk/etc/apps/search/appserver/static/application.css

.SingleValueHolder {
    font-size:22px;
    font-style:italic;
    font-weight: bold;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 50%;
}

View solution in original post

0 Karma

bckq
Path Finder

Adding lines listed below fixed problem:

/opt/splunk/etc/apps/search/appserver/static/application.css

.SingleValueHolder {
    font-size:22px;
    font-style:italic;
    font-weight: bold;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 50%;
}
0 Karma
Get Updates on the Splunk Community!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...