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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...