Dashboards & Visualizations

Custom app banner logo css bug fix for Internet Explorer

Lucas_K
Motivator

As the Splunk bug fix url doesn't work anymore, I might as well post here.

Bug manifests as a logo banner that is stretched across the width of the navigation bar. This only occurs in Internet Explorer.

File: /opt/splunk/share/splunk/search_mrsparkle/exposed/css/build/bootstrap.min.css
Seems to have been a typo in which a "\9" was inserted after the normal auto value.

Line 7 .

Find

auto\9

Replace with

auto

Restart splunk.

0 Karma
1 Solution

Lucas_K
Motivator

The fix

File: /opt/splunk/share/splunk/search_mrsparkle/exposed/css/build/bootstrap.min.css
Reason: Seems to have been a typo in which a "\9" was inserted after the normal auto value.

Line 7 .

Find

auto\9

Replace with

auto

Restart splunk.

View solution in original post

Lucas_K
Motivator

The fix

File: /opt/splunk/share/splunk/search_mrsparkle/exposed/css/build/bootstrap.min.css
Reason: Seems to have been a typo in which a "\9" was inserted after the normal auto value.

Line 7 .

Find

auto\9

Replace with

auto

Restart splunk.

ppablo
Retired

Hi there @Lucas+K

Thanks for sharing this fix with the community. Would you be able to post the solution as an answer below and accept it to resolve the post? Otherwise, this will float around appearing to have no solution. I'll upvote once you do 🙂

Also, which bug fix URL are you referring to exactly? Could you share that here in a comment? I'll try to get someone to take a look into that.

Cheers
Patrick

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...