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!

Purpose in Action: How Splunk Is Helping Power an Inclusive Future for All

At Cisco, purpose isn’t a tagline—it’s a commitment. Cisco’s FY25 Purpose Report outlines how the company is ...

[Upcoming Webinar] Demo Day: Transforming IT Operations with Splunk

Join us for a live Demo Day at the Cisco Store on January 21st 10:00am - 11:00am PST In the fast-paced world ...

New Year. New Skills. New Course Releases from Splunk Education

A new year often inspires reflection—and reinvention. Whether your goals include strengthening your security ...