Dashboards & Visualizations

Dashboard Studio Warning Messages

z_diddy
Engager

Remove Blue DotRemove Blue Dot

In Dashboard Studio, my panels use a parent search which uses a multisearch. Because of this, all of the panels have this annoying informational blue dot that appears until the search completely finishes. How can I get rid of this so it never appears? 

Labels (1)

rcastley_splunk
Splunk Employee
Splunk Employee

@z_diddy In your browser create a new bookmark and paste in the following for the URL

javascript:(function()%7Bconst s=document.createElement('style');s.textContent='div[data-test="simple-status-icon-container"]%7Bdisplay:none%7D';document.head.appendChild(s);%7D)();


Then, when in a dashboard, click on the bookmark and the blue dots will disappear 🙂 

0 Karma

dataisbeautiful
Communicator

hi @z_diddy 

 

There doesn't seem to be a way to remove this dot. Even looking through the source code documentation there are no properties for it https://docs.splunk.com/Documentation/SplunkCloud/9.3.2408/DashStudio/dashDef

There doesn't seem to be a constant CSS class either to override styles with.

Perhaps you could suggest styling this dot at https://ideas.splunk.com/

 

0 Karma

rcastley_splunk
Splunk Employee
Splunk Employee

Another option is to use my Chrome Extension - https://github.com/rcastley/splunk-blue-dot-remover


0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...