<?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: Putting a custom logo on the login screen in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195161#M12179</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/189885"&gt;@charliedgz&lt;/a&gt;, &lt;BR /&gt;
Even i am facing the same problem in Splunk 6.4. &lt;/P&gt;

&lt;P&gt;in addition to above, i tried login_content=img src="/static/img/skins/default/company_logo.png""&lt;BR /&gt;
but no luck.&lt;BR /&gt;
I have  also gone to share/splunk/search_mrsparkle/exposed/css/skins/default/default.css&lt;BR /&gt;
and under .appLogo , updated my_client's_logo_name.png&lt;BR /&gt;
but that also didnt work after splunk service restart.&lt;/P&gt;

&lt;P&gt;May be &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/73087"&gt;@arkadyz1&lt;/a&gt; ,  &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/69724"&gt;@skender27&lt;/a&gt; or &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/188962"&gt;@ppablo&lt;/a&gt; can help ?&lt;BR /&gt;
Thanks in advance &lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 10:59:25 GMT</pubDate>
    <dc:creator>saurabh_tek</dc:creator>
    <dc:date>2020-09-29T10:59:25Z</dc:date>
    <item>
      <title>Putting a custom logo on the login screen</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195157#M12175</link>
      <description>&lt;P&gt;I'm trying to customize our Splunk installation to remove all links to and mentions of splunk.com (this is a part of our OEM agreement). I managed to "neutralize" the login screen using the suggestion from this great &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/CustomizeLogin"&gt;comment in the docs&lt;/A&gt; (look for the comment by Kbains of January 12, 2015):&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/CustomizeLogin"&gt;http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/CustomizeLogin&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;However, the background image example isn't working - and I have a feeling I know why: at login time, you are not yet logged in (duh!), and the access to the application resources is granted only to the users with read permission. Not being a user yet, one cannot load the image.&lt;/P&gt;

&lt;P&gt;What is the "public" folder for Splunk images and the external URL pointing there?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 18:25:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195157#M12175</guid>
      <dc:creator>arkadyz1</dc:creator>
      <dc:date>2015-01-16T18:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a custom logo on the login screen</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195158#M12176</link>
      <description>&lt;P&gt;I figured it out. The folder you specify in &lt;CODE&gt;web.conf&lt;/CODE&gt; as &lt;CODE&gt;static_dir&lt;/CODE&gt; ( &lt;CODE&gt;share/splunk/search_mrsparkle/exposed&lt;/CODE&gt; by default) is referred from within Splunk screens as &lt;CODE&gt;/static&lt;/CODE&gt;. What I did was put our company's logo in &lt;CODE&gt;img/skins/default&lt;/CODE&gt; under it and refer to it from &lt;CODE&gt;login_content&lt;/CODE&gt; as &lt;CODE&gt;background: url(/static/img/skins/default/ourCompanyLogo250x250.png) no-repeat&lt;/CODE&gt;. &lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 18:54:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195158#M12176</guid>
      <dc:creator>arkadyz1</dc:creator>
      <dc:date>2015-01-16T18:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a custom logo on the login screen</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195159#M12177</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Here is what I inserted for my company (after having put the logo image file in share/splunk/search_mrsparkle/exposed/img/skins/default):&lt;/P&gt;

&lt;P&gt;configuration of web.conf in etc/system/local:&lt;/P&gt;

&lt;P&gt;[settings]&lt;BR /&gt;
updateCheckerBaseURL = 0&lt;BR /&gt;
login_content = html_code to point to that image file: img src="/static/img/skins/default/my_logo.png and insert simple text as a presentation for the company...&lt;/P&gt;

&lt;P&gt;Skender Kollcaku&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 06:52:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195159#M12177</guid>
      <dc:creator>skender27</dc:creator>
      <dc:date>2020-09-29T06:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a custom logo on the login screen</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195160#M12178</link>
      <description>&lt;P&gt;I am having trouble with this... I have tried the following:&lt;BR /&gt;
login_content = {background: url(/static/img/skins/default/company_logo.png) no-repeat;}&lt;BR /&gt;
login_content = background: url(/static/img/skins/default/company_logo.png) no-repeat&lt;/P&gt;

&lt;P&gt;and neither works. All I get is the text above on the splunk login screen. What am i doing wrong exactly?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:58:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195160#M12178</guid>
      <dc:creator>charliedgz</dc:creator>
      <dc:date>2020-09-29T10:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a custom logo on the login screen</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195161#M12179</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/189885"&gt;@charliedgz&lt;/a&gt;, &lt;BR /&gt;
Even i am facing the same problem in Splunk 6.4. &lt;/P&gt;

&lt;P&gt;in addition to above, i tried login_content=img src="/static/img/skins/default/company_logo.png""&lt;BR /&gt;
but no luck.&lt;BR /&gt;
I have  also gone to share/splunk/search_mrsparkle/exposed/css/skins/default/default.css&lt;BR /&gt;
and under .appLogo , updated my_client's_logo_name.png&lt;BR /&gt;
but that also didnt work after splunk service restart.&lt;/P&gt;

&lt;P&gt;May be &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/73087"&gt;@arkadyz1&lt;/a&gt; ,  &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/69724"&gt;@skender27&lt;/a&gt; or &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/188962"&gt;@ppablo&lt;/a&gt; can help ?&lt;BR /&gt;
Thanks in advance &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:59:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195161#M12179</guid>
      <dc:creator>saurabh_tek</dc:creator>
      <dc:date>2020-09-29T10:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a custom logo on the login screen</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195162#M12180</link>
      <description>&lt;P&gt;You need to use&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;login_content = &amp;lt;style&amp;gt; background: url(/static/...); &amp;lt;/style&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;for it to work. The example by KBains I was referring to is no longer in the "latest" documentation, so here is a more permanent link:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.5/AdvancedDev/CustomizeLogin"&gt;link text&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2016 01:20:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195162#M12180</guid>
      <dc:creator>arkadyz1</dc:creator>
      <dc:date>2016-09-18T01:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a custom logo on the login screen</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195163#M12181</link>
      <description>&lt;P&gt;Hi @arkadyz, Thanks for response but this didn't help. The client's custom logo is not coming up on the login page with : &lt;/P&gt;

&lt;P&gt;login_content = &lt;/P&gt;

&lt;P&gt;any other solution.. ?&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2016 05:19:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195163#M12181</guid>
      <dc:creator>saurabh_tek</dc:creator>
      <dc:date>2016-09-25T05:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a custom logo on the login screen</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195164#M12182</link>
      <description>&lt;P&gt;Hi from the future! In 6.5+ this is easy.  Settings &amp;gt; System &amp;gt; Server Settings &amp;gt; Login Background. &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.1/AdvancedDev/CustomizeLogin"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.1/AdvancedDev/CustomizeLogin&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2017 16:21:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195164#M12182</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-06-24T16:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Putting a custom logo on the login screen</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195165#M12183</link>
      <description>&lt;P&gt;I'm running into an issue where I accidentally didn't drop the png file into the /opt/splunk/etc/app/search/appserver/static/logincustomlogo/ folder and got a broken image link.  I dropped the file and restarted splunk but still getting the broken link.  Has anyone else ran into this issue?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 23:03:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Putting-a-custom-logo-on-the-login-screen/m-p/195165#M12183</guid>
      <dc:creator>dkrichards16</dc:creator>
      <dc:date>2018-01-22T23:03:20Z</dc:date>
    </item>
  </channel>
</rss>

