<?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 Can you differentiate between various Splunk servers using different colors? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-differentiate-between-various-Splunk-servers-using/m-p/433994#M15354</link>
    <description>&lt;P&gt;We are installing a larger Splunk setup.&lt;BR /&gt;
It has a lot of index servers.&lt;BR /&gt;
&lt;STRONG&gt;Search server.&lt;BR /&gt;
Jobs/deploy server&lt;BR /&gt;
Test server&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Are there anyway to customize the very top header to see what server we are logged in to?&lt;BR /&gt;
Today, we can see it by an url like &lt;STRONG&gt;&lt;A href="http://splunk-jobs"&gt;http://splunk-jobs&lt;/A&gt;&lt;/STRONG&gt; etc.&lt;/P&gt;

&lt;P&gt;Different color on top bar would be nice.&lt;/P&gt;

&lt;P&gt;I know I can make a custom app with an logo.png.  But this would then only be showed when logging in.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Aug 2018 10:33:55 GMT</pubDate>
    <dc:creator>lakromani</dc:creator>
    <dc:date>2018-08-29T10:33:55Z</dc:date>
    <item>
      <title>Can you differentiate between various Splunk servers using different colors?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-differentiate-between-various-Splunk-servers-using/m-p/433994#M15354</link>
      <description>&lt;P&gt;We are installing a larger Splunk setup.&lt;BR /&gt;
It has a lot of index servers.&lt;BR /&gt;
&lt;STRONG&gt;Search server.&lt;BR /&gt;
Jobs/deploy server&lt;BR /&gt;
Test server&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Are there anyway to customize the very top header to see what server we are logged in to?&lt;BR /&gt;
Today, we can see it by an url like &lt;STRONG&gt;&lt;A href="http://splunk-jobs"&gt;http://splunk-jobs&lt;/A&gt;&lt;/STRONG&gt; etc.&lt;/P&gt;

&lt;P&gt;Different color on top bar would be nice.&lt;/P&gt;

&lt;P&gt;I know I can make a custom app with an logo.png.  But this would then only be showed when logging in.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 10:33:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-differentiate-between-various-Splunk-servers-using/m-p/433994#M15354</guid>
      <dc:creator>lakromani</dc:creator>
      <dc:date>2018-08-29T10:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can you differentiate between various Splunk servers using different colors?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-differentiate-between-various-Splunk-servers-using/m-p/433995#M15355</link>
      <description>&lt;P&gt;@lakromani,&lt;/P&gt;

&lt;P&gt;If you want to identify it in the login page itself, you could customize it in web.conf which would display customized messages for each environment. Reference : &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.1.2/AdvancedDev/CustomizeLogin"&gt;https://docs.splunk.com/Documentation/Splunk/7.1.2/AdvancedDev/CustomizeLogin&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;For e.g.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[settings]
login_content = &amp;lt;font color="red"&amp;gt;This is a &amp;lt;b&amp;gt;production server&amp;lt;/b&amp;gt;&amp;lt;/color&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5671iFAD964114397BC03/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Once the user logged in , you could change the appearance by changing the appBar color by setting the value in &lt;CODE&gt;User interface » Navigation menus » default&lt;/CODE&gt; and change &lt;CODE&gt;&amp;lt;nav search_view="search" color="#FF5733"&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;From &lt;STRONG&gt;7.1&lt;/STRONG&gt;, this would only change the app Icon and the view name selection&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5672i34A8BA7067EEAB7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 16:13:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-differentiate-between-various-Splunk-servers-using/m-p/433995#M15355</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-08-29T16:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can you differentiate between various Splunk servers using different colors?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-differentiate-between-various-Splunk-servers-using/m-p/433996#M15356</link>
      <description>&lt;P&gt;The first thing helps for the login page.&lt;BR /&gt;
Since I am running 7.1, app icon could be used.&lt;BR /&gt;
But I would like to see all the time I am on the server, that this is my main server.&lt;BR /&gt;
Example the top line should be green in any app, any view.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 05:39:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-differentiate-between-various-Splunk-servers-using/m-p/433996#M15356</guid>
      <dc:creator>lakromani</dc:creator>
      <dc:date>2018-08-31T05:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can you differentiate between various Splunk servers using different colors?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-differentiate-between-various-Splunk-servers-using/m-p/433997#M15357</link>
      <description>&lt;P&gt;you can also try &lt;CODE&gt;customFavicon&lt;/CODE&gt; in web.conf. Most of the customization are based on app context. You could change the core splunk css but it will get overwritten by the upgrades&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 13:56:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-differentiate-between-various-Splunk-servers-using/m-p/433997#M15357</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-08-31T13:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can you differentiate between various Splunk servers using different colors?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-differentiate-between-various-Splunk-servers-using/m-p/433998#M15358</link>
      <description>&lt;P&gt;Thanks. Not the perfect solution, but do works.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Sep 2018 18:31:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-differentiate-between-various-Splunk-servers-using/m-p/433998#M15358</guid>
      <dc:creator>lakromani</dc:creator>
      <dc:date>2018-09-02T18:31:37Z</dc:date>
    </item>
  </channel>
</rss>

