Splunk Search

change home caption

vikas_gopal
Builder

Hello Friends,

I want to change "Home" caption which is at the first page at left hand side once we login and I want to change it as as "welcome to ABC Company" or something similar to this .Please suggest if its possible in Splunk if yes then then how...

Thanks in Advance
Vikas

Tags (1)
0 Karma

kmattern
Builder

We do that all the time. Try this in your view

<view autoCancelInterval="90" isVisible="true" onunloadCancelJobs="true" refresh="-1" template="dashboard.html" >
  <label>YOUR VIEW NAME/TITLE HERE</label>
    <module name="AccountBar" layoutPanel="appHeader">
    <param name="mode">popup</param>
  </module>

The label tag could read, "Welcome to ABC Company"

Note in particular that the accountbar mode parameter is "popup".

If you want to get fancy, create a graphic named appLogo.png and put it in the appp\appserver\static folder of your application. Make it something like 436x60 pixels. Then edit application.css to match the image size.

.appLogo {
    height: 60px; 
    width: 436px;
    padding-right: 5px;
    float: left;
    background: url(appLogo.png) no-repeat 0 0;
    _background: url(appLogo.gif) no-repeat 0 0;
}

That should give you the customization that you want.

Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...