Dashboards & Visualizations

How to hide progress bar above table?

matstap
Communicator

I have an html dashboard with a stats table. The blue progress bar blinks until the search is complete, but then just remains there in the top left corner. Is there a setting to remove/hide the progress bar entirely?

Here is what it looks like after the search finishes:

alt text

1 Solution

niketn
Legend

@matstap, you would need CSS override like the following (PS: Following example is for <panel id="panel1">, if you remove #panel1 it will apply to all.)

       #panel1 .progress-bar{
         visibility: hidden;
       }

Refer to one of my older answers which changes Progress Bar to Spinning Circle. However it also explains hiding Progress Bar first with a run anywhere example: https://answers.splunk.com/answers/587113/change-refresh-progress-bar-to-spinning-wheel-in-s.html

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

View solution in original post

mstjohn_splunk
Splunk Employee
Splunk Employee

Hi @matstap - Did one of the answers below help ya? If yes, please click “Accept” below the best answer to resolve this post and upvote anything that was helpful. If no, please leave a comment with more feedback. Thanks.

0 Karma

niketn
Legend

@matstap, you would need CSS override like the following (PS: Following example is for <panel id="panel1">, if you remove #panel1 it will apply to all.)

       #panel1 .progress-bar{
         visibility: hidden;
       }

Refer to one of my older answers which changes Progress Bar to Spinning Circle. However it also explains hiding Progress Bar first with a run anywhere example: https://answers.splunk.com/answers/587113/change-refresh-progress-bar-to-spinning-wheel-in-s.html

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

Shan
Builder

@matstap,

Please try below option and let me know whether it help you..

https://answers.splunk.com/answers/463834/hide-progress-bar.html

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...