Splunk Search

How to change the position of splunk loginform?

johnraven
Explorer

HI!

Could you help me changing the position of the splunk loginform in the top right corner of the splunk login page please?

Thanks!

0 Karma

livehybrid
Builder

It isnt really ideal - but you can edit the following file:
$SPLUNK_HOME/share/splunk/search_mrsparkle/exposed/build/css/bootstrap-enterprise.css
Have a play around changing the CSS for .wrapper-container and .account.
I added the following which top-right-aligned the login page.

.account {
  top: 0;
}
.wrapper-container {
  float:right;
}

johnraven
Explorer

I didn't find the .wrapper-container and the .account in the bootstrap-enterprise.css, i'll give it up, you're right it isn't really ideal.

Thanks for your responses!

0 Karma

livehybrid
Builder

It might not be there already but you should be able to add it there anyway.
Sorry, there isnt a nicer way of doing it 😞

Cheers

0 Karma

horsefez
Motivator

The standard login page of splunk has it's login fields in the middle of the page. It's not possilbe to change the position of the fields.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...