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
Super Champion

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
Super Champion

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!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...