<?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 CSS File Upload Help in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-File-Upload-Help/m-p/240999#M14949</link>
    <description>&lt;P&gt;I am trying to upload a CSS file to style a dashboard in Search and Reporting. I looked at the documentation, and it says to use this directory path: $SPLUNK_HOME/etc/apps/search/appserver/static &lt;/P&gt;

&lt;P&gt;Where do I navigate to to do this/how do I use that directory path?&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2016 15:16:15 GMT</pubDate>
    <dc:creator>alan20854</dc:creator>
    <dc:date>2016-08-19T15:16:15Z</dc:date>
    <item>
      <title>CSS File Upload Help</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-File-Upload-Help/m-p/240999#M14949</link>
      <description>&lt;P&gt;I am trying to upload a CSS file to style a dashboard in Search and Reporting. I looked at the documentation, and it says to use this directory path: $SPLUNK_HOME/etc/apps/search/appserver/static &lt;/P&gt;

&lt;P&gt;Where do I navigate to to do this/how do I use that directory path?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 15:16:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-File-Upload-Help/m-p/240999#M14949</guid>
      <dc:creator>alan20854</dc:creator>
      <dc:date>2016-08-19T15:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: CSS File Upload Help</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-File-Upload-Help/m-p/241000#M14950</link>
      <description>&lt;P&gt;Hello @alan20854&lt;/P&gt;

&lt;P&gt;Docs are referring to the OS path where splunk is installed. Here's a common directory structure&lt;/P&gt;

&lt;P&gt;On Linux:  &lt;CODE&gt;/opt/splunk&lt;/CODE&gt;   is typically you SPlunk Home Path or popularly called as $SPLUNK-HOME&lt;/P&gt;

&lt;P&gt;On Windows: &lt;CODE&gt;C:\Program Files\Splunk&lt;/CODE&gt;  is you Splunk Home unless installed in a different directory.&lt;/P&gt;

&lt;P&gt;Now, As you know, everything you see on SPlunk GUI is an app. (Example: search app, launcher app etc). If you want to use the cosmetics of css for a particular app, log on to the box where splunk is installed, navigate to the Splunk path. I will pick linux &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;cd /opt/splunk/etc/apps/search/appserver/static/&lt;/CODE&gt; and drop all your fancy images or css files here. Please note, you should have os access to add this css file.Also, a restart of splunkd is required for the changes to take effect (For the first time i beleive).&lt;/P&gt;

&lt;P&gt;OR, If css is not huge and simple, you can use inline by editing the simple xml, adding like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style type="text/css"&amp;gt;

          .single-value .single-result {
     font-size: 30px !important;
 }
         .single-value:before {
    font-family: "Splunk Icons";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 30px;

}
        &amp;lt;/style&amp;gt;
&amp;lt;/html&amp;gt;
&amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Raghav&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 15:37:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-File-Upload-Help/m-p/241000#M14950</guid>
      <dc:creator>Raghav2384</dc:creator>
      <dc:date>2016-08-19T15:37:51Z</dc:date>
    </item>
  </channel>
</rss>

