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!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...