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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...