Security

Different Login pages in multi-tenant setup

ronak
Path Finder

Setup

It is Multi-tenant setup

  1. index defined (client1_index_mobile_event, client2_index_mobile_event)
  2. roles defined (client1_role, client2_role)
  3. users defined (bob, john, peter)
  4. role to index mapping (client1_role -- > client1_index_mobile_event, client2_role -- > client2_index_mobile_event)
  5. role to user mapping (client1_role -- > bob, john ; client2_role -- > peter)

Need

  1. Have two URLs that each client can log into e.g. client1.real-timedashboard.com and client2.real-timedashboard.com

John and Bob will be given url : client1.real-timedashboard.com
Peter will be given url : client2.real-timedashboard.com

  1. When John logs in, he will see dashboard with his data (client1) and Peter logs in, he will see dashboard with his data (client2)

Where do I've to make changes and what are the steps that I can follow to achieve the above ?

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Set the dashboard to be the default view for your app(s) and set the roles to use your app(s) as their default app. Then each user will automatically load that dashboard after logging in. The role-based index visibility will take care of displaying only their own data if you have only one dashboard for everyone.

As for having two URLs, you could have as many DNS names pointing to your search head as you like.

Get Updates on the Splunk Community!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...