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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...