Dashboards & Visualizations

How can i modify the "About Splunk" Popup?

JensT
Communicator

Hi,

How can i modify the "About Splunk" Popup?

Splunk 4.1.8

Cheers,

Jens

Tags (1)
0 Karma

cblanton
Communicator
0 Karma

mw
Splunk Employee
Splunk Employee

I believe this is the javascript that launches that:

$('a.aboutLink').click(function(event){
  var aboutPopup=new Splunk.Popup($('.aboutPopupContainer'),{
    title:_('About Splunk'),
    buttons:[
      {
        label:_('Done'),
        type:'primary',
        callback:function(){
          return true;
        }.bind(this)
      }
    ]
  });
return false;});

You can see the .aboutPopupContainer in the search app's html. I'm not sure if you're trying to do this in your own app or not, but you can create a custom application.js. I imagine you could override the javascript above to display your own html or whatever.

0 Karma

mw
Splunk Employee
Splunk Employee

It's not a file. If you do a "view source" from the search app you'll see it in the source. So, it's some html that gets injected into each view. I wouldn't suggest chasing the actual source of that injection down, but would just try overriding it with your own html.

0 Karma

JensT
Communicator

Hi MW,

i found that code, but i must be blind and can not find the file which contains ".aboutPopupContainer".

Can you give me the filename?

  • Jens
0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...