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!

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

This is the sixth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...