Dashboards & Visualizations

How to hide Real-Time Presets option in the time range picker for users?

sravankaripe
Communicator

I want to hide Real-Time Presets option in the time range picker for users. How can i do that?

rjthibod
Champion

The answer @somesoni2 linked to is part of the answer but not all of it.

Here is the way to just remove the Real-Time presets options and the Real-Time accordion entry.

Open up dashboard.css in your app. If you don't have one already, then create one in /appserver/static.

Add the following to dashboard.css

/* hide real-time accordion */
div[id^='realtime_view'] {
  display: none;
}
/* hide real-time presets */
div[id^='presets_view'] > div.accordion-body > div > ul:nth-child(1) {
  display:none;
}
/* hide divider after real-time presets */
div[id^='presets_view'] > div.accordion-body > div > div:nth-child(2) {
  display:none;
}

After making those changes you will have to restart Splunk if you created dashboard.css or "bump" Splunk if it already existed. The latter involves going to http://<SPLUNK_IP_ADDRESS>:8000/en-US/_bump and clicking the button. Then you can reload a dashboard in your app and confirm the real-time options are missing.

0 Karma

somesoni2
SplunkTrust
SplunkTrust
0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...