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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...