Splunk Search

Matching events icon

Ant1D
Motivator

Hey,

I have a question about the following icon shown in the image below:

alt text

This icon is usually shown after you execute a search in Splunk.

Is it possible to hide/remove this matching events icon so that it is not displayed when a search is run?

Thanks in advance for your help.

Tags (3)
0 Karma
1 Solution

southeringtonp
Motivator

You can hide it via CSS, by adding something like this to appserver/static/application.css:

.JobStatus div .events {
    display: none;
}

Note that if you modify application.css in the search app, you will need to re-create your changes each time you upgrade Splunk.

Alternately, you can edit the view and remove the JobStatus module, but that will remove the whole status bar.

View solution in original post

southeringtonp
Motivator

You can hide it via CSS, by adding something like this to appserver/static/application.css:

.JobStatus div .events {
    display: none;
}

Note that if you modify application.css in the search app, you will need to re-create your changes each time you upgrade Splunk.

Alternately, you can edit the view and remove the JobStatus module, but that will remove the whole status bar.

Ant1D
Motivator

Thanks southeringtonp

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 ...