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!

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...