Security

HIde New Splunk Release on Login Screen from Users

andrewkenth
Communicator

Is there a way to hide the notification on the login screen regarding "A new maintenance release of Splunk is here" from the users?

0 Karma
1 Solution

aelliott
Motivator

You could add #updateCheckerContainer {
visibility: hidden;
}
to
$SPLUNK_HOME\share\splunk\search_mrsparkle\exposed\css\login.css

View solution in original post

0 Karma

sowings
Splunk Employee
Splunk Employee

There's a less invasive way, that won't get lost in an upgrade:

Update web.conf

* Setting updateCheckerBaseURL to 0 will stop the SplunkWeb from pinging Splunk.com 
     for new versions of itself. 

aelliott
Motivator

You could add #updateCheckerContainer {
visibility: hidden;
}
to
$SPLUNK_HOME\share\splunk\search_mrsparkle\exposed\css\login.css

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