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!

Dashboard Studio Challenge - Learn New Tricks, Showcase Your Skills, and Win Prizes!

Reimagine what you can do with your dashboards. Dashboard Studio is Splunk’s newest dashboard builder to ...

Introducing Edge Processor: Next Gen Data Transformation

We get it - not only can it take a lot of time, money and resources to get data into Splunk, but it also takes ...

Take the 2021 Splunk Career Survey for $50 in Amazon Cash

Help us learn about how Splunk has impacted your career by taking the 2021 Splunk Career Survey. Last year’s ...