Skip to content

Commit 60d42e5

Browse files
committed
How to hide blue dot in dashbaords
1 parent 1518b53 commit 60d42e5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

INSTRUCTIONS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,20 @@ splunk-custom-visualizations/
258258
- Browse the existing examples in `examples/` to see patterns for different
259259
visualization types
260260

261+
## Tips & Tricks
262+
263+
### Hide Real-Time Search Blue Dots
264+
265+
When a Splunk dashboard uses real-time searches, a small blue status dot appears on each panel. These can be distracting, especially on NOC screens or presentation dashboards.
266+
267+
To hide them, create a browser bookmark with this URL:
268+
269+
```text
270+
javascript:(function()%7Bconst s=document.createElement('style');s.textContent='div[data-test="simple-status-icon-container"]%7Bdisplay:none%7D';document.head.appendChild(s);%7D)();
271+
```
272+
273+
Click the bookmark on any Splunk dashboard page to inject a CSS rule that hides the status icons. The effect lasts until you reload the page.
274+
261275
## Troubleshooting
262276

263277
| Issue | Fix |

0 commit comments

Comments
 (0)