Hello Splunk Team,
I've currently updated Splunk from version 6.2.5 to 6.3. Now the letters and numbers in my dashboard are extremely big. How can I change this to normal style?
Thanks for your suggestions.
greetings NIK
The Single Value visualization has been redesigned to be as readable as possible from a distance.
You have a few options:
The Single Value visualization has been redesigned to be as readable as possible from a distance.
You have a few options:
Some good news. I was able to edit my single value searches my dragging the window bottom-to-top to reduce it's size and resaving. Now both fonts and value size are closer to normal.
Does not work. We have font-sizes defined in custom CSS as follows:
.snglvalueitem
{
margin: 5px !important;
font-size: 16px !important;
}
Worked well in 6.2.
In 6.3 it does not work and font-size of 75px is what we get.
If we use the height in SimpleXML, that eats away the bottom-margin....and again we now need to figure out what height will get the font-size back to 16px.
This change in 6.3 has made working on dashboards less user-friendly.
I am having the same issue where several dashboards, searches, reports etc. fonts are too large. Where is the default CSS file located to adjust the fonts globally?
Hello,
changing the height works fine for single values (Numbers), but it won´t work with text. I use text and stylesheed (single_decorations.css) to change the text color. Now I can change the height but tbe text and symbols are still big. How can I change this.
Here´s one of my queries:
index="printing" source="FRAINPSP1819" "local system"| rex field=source "(?FRAINPSP.{4})" |dedup _time |stats max(prn_count) | rename max(prn_count) as Local1|appendcols [search index="printing" source="FRAINPSP1820" "local system"| rex field=source "(?FRAINPSP.{4})" |dedup _time |stats max(prn_count) | rename max(prn_count) as Local2] | eval DiffLocal=(Local2-Local1) | eval status=if(DiffLocal=="0" ,1,100) | eval stext=if(status=1,"ok","Error") | fields stext status | rangemap field=status low=1-1 severe=100-100 default=low**
greetings NIK
If you look at the "Custom Decoration" section in the Dashboard 6.x examples app, you can change the font size in CSS: