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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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