<?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 Applying custom CSS for Splunk login page in 6.5.2 in Security</title>
    <link>https://community.splunk.com/t5/Security/Applying-custom-CSS-for-Splunk-login-page-in-6-5-2/m-p/355628#M8917</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We are currently upgrading our Splunk to 6.5.2 version. We had some customizations in the login page previously and we would like to bring them back. Using the docs, we were able to bring back the custom background and logo. We need further customizations on the appearance of the text boxes, button, etc. We want to add our custom CSS for doing the same but we are unable to figure out where to place the CSS so that it gets applied to the login page. Any pointers to this will really help.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Keerthana&lt;/P&gt;</description>
    <pubDate>Wed, 15 Mar 2017 07:48:51 GMT</pubDate>
    <dc:creator>keerthana_k</dc:creator>
    <dc:date>2017-03-15T07:48:51Z</dc:date>
    <item>
      <title>Applying custom CSS for Splunk login page in 6.5.2</title>
      <link>https://community.splunk.com/t5/Security/Applying-custom-CSS-for-Splunk-login-page-in-6-5-2/m-p/355628#M8917</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We are currently upgrading our Splunk to 6.5.2 version. We had some customizations in the login page previously and we would like to bring them back. Using the docs, we were able to bring back the custom background and logo. We need further customizations on the appearance of the text boxes, button, etc. We want to add our custom CSS for doing the same but we are unable to figure out where to place the CSS so that it gets applied to the login page. Any pointers to this will really help.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Keerthana&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 07:48:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Applying-custom-CSS-for-Splunk-login-page-in-6-5-2/m-p/355628#M8917</guid>
      <dc:creator>keerthana_k</dc:creator>
      <dc:date>2017-03-15T07:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Applying custom CSS for Splunk login page in 6.5.2</title>
      <link>https://community.splunk.com/t5/Security/Applying-custom-CSS-for-Splunk-login-page-in-6-5-2/m-p/355629#M8918</link>
      <description>&lt;P&gt;Custom Stylesheet should be placed for specific app under appserver/static folder. Following is the path: &lt;CODE&gt;$SPLUNK_HOME/etc/apps/&amp;lt;YourAppName&amp;gt;/appserver/static&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Depending upon whether you want to apply CSS to specific Dashabord or all you can either create any CSS file and refer in your dashboard using &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard stylesheet="&amp;lt;yourStyleSheetName.css&amp;gt;"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form stylesheet="&amp;lt;yourStyleSheetName.css&amp;gt;"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you want to apply your CSS changes to all dashboards in your app, you should be creating a CSS file called dashboard.css and place the same in appserver/static folder as mentioned above.&lt;BR /&gt;
Refer to the following Splunk documentation: &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/UseCSS"&gt;https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/UseCSS&lt;/A&gt;&lt;BR /&gt;
You can also refer to &lt;STRONG&gt;Custom Layout Example: Dark&lt;/STRONG&gt; example in the &lt;STRONG&gt;Splunk 6.x Dashboard Examples&lt;/STRONG&gt; app from Splunkbase.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 08:28:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Applying-custom-CSS-for-Splunk-login-page-in-6-5-2/m-p/355629#M8918</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-03-15T08:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Applying custom CSS for Splunk login page in 6.5.2</title>
      <link>https://community.splunk.com/t5/Security/Applying-custom-CSS-for-Splunk-login-page-in-6-5-2/m-p/355630#M8919</link>
      <description>&lt;P&gt;This works for dashboards inside an app. We want to customize the login page using CSS. I don't think your answer caters to our requirement.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 09:08:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Applying-custom-CSS-for-Splunk-login-page-in-6-5-2/m-p/355630#M8919</guid>
      <dc:creator>keerthana_k</dc:creator>
      <dc:date>2017-03-15T09:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Applying custom CSS for Splunk login page in 6.5.2</title>
      <link>https://community.splunk.com/t5/Security/Applying-custom-CSS-for-Splunk-login-page-in-6-5-2/m-p/355631#M8920</link>
      <description>&lt;P&gt;@keerthana_k, I have converted my answer to comment so that it flashes for others as unanswered.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 10:08:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Applying-custom-CSS-for-Splunk-login-page-in-6-5-2/m-p/355631#M8920</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-03-15T10:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Applying custom CSS for Splunk login page in 6.5.2</title>
      <link>https://community.splunk.com/t5/Security/Applying-custom-CSS-for-Splunk-login-page-in-6-5-2/m-p/355632#M8921</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/103261"&gt;@keerthana_k&lt;/a&gt;... have you checked following Splunk Answers? seems like it is &lt;STRONG&gt;login.css&lt;/STRONG&gt; which needs to be updated : $SPLUNK_HOME/share/splunk/search_mrsparkle/exposed/css/login.css&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/59008/change-the-login-page-and-master-page-of-splunk.html" target="_blank"&gt;https://answers.splunk.com/answers/59008/change-the-login-page-and-master-page-of-splunk.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Also for Splunk login customization all configurations have been listed on Splunk Documentation link: &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/CustomizeLogin" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/CustomizeLogin&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:14:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Applying-custom-CSS-for-Splunk-login-page-in-6-5-2/m-p/355632#M8921</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-09-29T13:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Applying custom CSS for Splunk login page in 6.5.2</title>
      <link>https://community.splunk.com/t5/Security/Applying-custom-CSS-for-Splunk-login-page-in-6-5-2/m-p/355633#M8922</link>
      <description>&lt;P&gt;You can open Dev tools in your browser, look at page assets and find the name of the css file you want to edit, then search the filesystem for it.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 11:29:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Applying-custom-CSS-for-Splunk-login-page-in-6-5-2/m-p/355633#M8922</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-03-15T11:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Applying custom CSS for Splunk login page in 6.5.2</title>
      <link>https://community.splunk.com/t5/Security/Applying-custom-CSS-for-Splunk-login-page-in-6-5-2/m-p/355634#M8923</link>
      <description>&lt;P&gt;@keerthana_k , Splunk Login Page Customization details are listed in the following Splunk Documentation: &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;</description>
      <pubDate>Sat, 28 Oct 2017 16:36:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Applying-custom-CSS-for-Splunk-login-page-in-6-5-2/m-p/355634#M8923</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-10-28T16:36:22Z</dc:date>
    </item>
  </channel>
</rss>

