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!

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...

Integrating Splunk Search API and Quarto to Create Reproducible Investigation ...

 Splunk is More Than Just the Web Console For Digital Forensics and Incident Response (DFIR) practitioners, ...

Congratulations to the 2025-2026 SplunkTrust!

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