<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is it possible to have a common URL for Splunk? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-have-a-common-URL-for-Splunk/m-p/420563#M173500</link>
    <description>&lt;P&gt;Thanks @FrankVl &lt;/P&gt;

&lt;P&gt;The three different URL's that I gave are itself LB's and underneath that we 3 or 4 search heads. For example&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunk1.com"&gt;https://splunk1.com&lt;/A&gt; will have 3 search head, they are integrated via SHC&lt;BR /&gt;
&lt;A href="https://splunk2.com"&gt;https://splunk2.com&lt;/A&gt; will have 2 or 4 search head, they are integrated via SHC like wise&lt;/P&gt;

&lt;P&gt;Yes I want a common URL, so that when specific user who access a particular search ui should be directed to that UI without showing him the UI change (like implementing a .htaccess redirect rule in apache)&lt;/P&gt;

&lt;P&gt;Is this something doable or any ideas how to come up with a single interface?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Dinesh&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jan 2019 16:09:56 GMT</pubDate>
    <dc:creator>dbashyam</dc:creator>
    <dc:date>2019-01-22T16:09:56Z</dc:date>
    <item>
      <title>Is it possible to have a common URL for Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-have-a-common-URL-for-Splunk/m-p/420561#M173498</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;We have three different URLs for Splunk for example, &lt;A href="https://splunk1.com"&gt;https://splunk1.com&lt;/A&gt;, &lt;A href="https://splunk2.com"&gt;https://splunk2.com&lt;/A&gt;; &lt;A href="https://splunk3.com"&gt;https://splunk3.com&lt;/A&gt;
&lt;STRONG&gt;2. User1, User2, User3, User4 will have access to all the splunk interface&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;User1 willl always access &lt;A href="https://splunk1.com"&gt;https://splunk1.com&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;User3 and User4 will always access &lt;A href="https://splunk3.com"&gt;https://splunk3.com&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;User2 will always access &lt;A href="https://splunk2.com"&gt;https://splunk2.com&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt; Is it possible to have a single common interface like &lt;A href="https://splunk_companyname.com"&gt;https://splunk_companyname.com&lt;/A&gt; so that the User1, User2, User3, User4, can go to their respective preferred interfaces?&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Thanks for any inputs,&lt;BR /&gt;
Dinesh&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 08:20:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-have-a-common-URL-for-Splunk/m-p/420561#M173498</guid>
      <dc:creator>dbashyam</dc:creator>
      <dc:date>2019-01-22T08:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a common URL for Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-have-a-common-URL-for-Splunk/m-p/420562#M173499</link>
      <description>&lt;P&gt;What is behind those 3 different URLs? 3 different standalone search heads?&lt;/P&gt;

&lt;P&gt;Do I understand it correctly that you basically want a common URL, and then redirect users based on their username to the respective splunk instance?&lt;/P&gt;

&lt;P&gt;It's quite common to put a loadbalancer in front of your search heads / search head cluster. But I'm not sure if there are load balancers that can direct specific users to specific endpoints...&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 08:39:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-have-a-common-URL-for-Splunk/m-p/420562#M173499</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-01-22T08:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a common URL for Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-have-a-common-URL-for-Splunk/m-p/420563#M173500</link>
      <description>&lt;P&gt;Thanks @FrankVl &lt;/P&gt;

&lt;P&gt;The three different URL's that I gave are itself LB's and underneath that we 3 or 4 search heads. For example&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunk1.com"&gt;https://splunk1.com&lt;/A&gt; will have 3 search head, they are integrated via SHC&lt;BR /&gt;
&lt;A href="https://splunk2.com"&gt;https://splunk2.com&lt;/A&gt; will have 2 or 4 search head, they are integrated via SHC like wise&lt;/P&gt;

&lt;P&gt;Yes I want a common URL, so that when specific user who access a particular search ui should be directed to that UI without showing him the UI change (like implementing a .htaccess redirect rule in apache)&lt;/P&gt;

&lt;P&gt;Is this something doable or any ideas how to come up with a single interface?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Dinesh&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 16:09:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-have-a-common-URL-for-Splunk/m-p/420563#M173500</guid>
      <dc:creator>dbashyam</dc:creator>
      <dc:date>2019-01-22T16:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a common URL for Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-have-a-common-URL-for-Splunk/m-p/420564#M173501</link>
      <description>&lt;P&gt;I guess that would very much depend on the capabilities of the load balancing solution you have at your disposal. So would be good if you can perhaps share what load balancer you use?&lt;/P&gt;

&lt;P&gt;I'm not much of an expert on that, this is also not really a splunk question, but perhaps there are people here that can still provide some suggestions.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 09:59:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-have-a-common-URL-for-Splunk/m-p/420564#M173501</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-01-23T09:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a common URL for Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-have-a-common-URL-for-Splunk/m-p/420565#M173502</link>
      <description>&lt;P&gt;Just to throw an additional idea into the mix..&lt;/P&gt;

&lt;P&gt;Why do you have separate SHCs?&lt;BR /&gt;
If its to do with performance and preventing users on one SHC consuming resources on the others, you might look at the new Workload Management functionality which came with 7.2 &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/Workloads/Aboutworkloadmanagement"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/Workloads/Aboutworkloadmanagement&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Overall, you would probably see a significant performance improvement by combining all of your searcheads into one cluster and using Workload management to share the resources according to your needs.&lt;/P&gt;

&lt;P&gt;It would also give you only 1 url for all your users to reach.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 13:26:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-have-a-common-URL-for-Splunk/m-p/420565#M173502</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2019-01-23T13:26:35Z</dc:date>
    </item>
  </channel>
</rss>

