Remove 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?
@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 🙂
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/
Another option is to use my Chrome Extension - https://github.com/rcastley/splunk-blue-dot-remover