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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...