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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...