<?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: How to change the background color table fieldname in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-background-color-table-fieldname/m-p/513239#M143986</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223341"&gt;@skodak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;That works perfectly as seen in the screenshot. what if you run exactly same in a separate dashboard? It's a run anywhere example and should run for you as well&lt;/P&gt;</description>
    <pubDate>Mon, 10 Aug 2020 03:47:01 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2020-08-10T03:47:01Z</dc:date>
    <item>
      <title>How to change the background color table fieldname</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-background-color-table-fieldname/m-p/513165#M143974</link>
      <description>&lt;P&gt;Can some one please help me to change the background color of Table fieldname.&lt;/P&gt;&lt;P&gt;By default I am getting the fieldname background color is GREY.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="skodak_0-1596907708540.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/10135i90D5A4037FEFCFD5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="skodak_0-1596907708540.png" alt="skodak_0-1596907708540.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 17:29:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-background-color-table-fieldname/m-p/513165#M143974</guid>
      <dc:creator>skodak</dc:creator>
      <dc:date>2020-08-08T17:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the background color table fieldname</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-background-color-table-fieldname/m-p/513178#M143977</link>
      <description>&lt;P&gt;You can override the bootstrap default colors. Try this example and see if it fits your requirement&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;Table Background&amp;lt;/label&amp;gt;
  &amp;lt;row depends="$hidden_table$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style type="text/css"&amp;gt;
          th {
            background-color: green !important;
            color:white !important;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal|stats count by sourcetype&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="table_th_bg.jpg" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/10137i91C31BD0C05BAF0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="table_th_bg.jpg" alt="table_th_bg.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2020 02:34:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-background-color-table-fieldname/m-p/513178#M143977</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2020-08-09T02:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the background color table fieldname</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-background-color-table-fieldname/m-p/513193#M143980</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223341"&gt;@skodak&lt;/a&gt;&amp;nbsp;refer to one of my older answers on how to use Browser Inspector and CSS override to change Table Header Background and Font Color as per need.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/How-to-change-the-default-color-formatting-on-a-table-header/td-p/304470" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/Splunk-Search/How-to-change-the-default-color-formatting-on-a-table-header/td-p/304470&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As stated in the link provided above, can you try the following?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;html depends="$alwaysHideCSSStyle$"&amp;gt;
        &amp;lt;style&amp;gt;
            .table th {
               background-image: linear-gradient(to bottom, blue, turquoise) !important;
               text-shadow: none !important;
            }
            .table th a{
               color: white !important;
            }
        &amp;lt;/style&amp;gt;
    &amp;lt;/html&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2020 10:18:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-background-color-table-fieldname/m-p/513193#M143980</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-08-09T10:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the background color table fieldname</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-background-color-table-fieldname/m-p/513195#M143981</link>
      <description>&lt;P class="lia-align-justify"&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/136781"&gt;@renjith_nair&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;I have used the same code whichyou have given as a test with appropriate index, but it's not updating the header color.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2020 08:57:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-background-color-table-fieldname/m-p/513195#M143981</guid>
      <dc:creator>skodak</dc:creator>
      <dc:date>2020-08-09T08:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the background color table fieldname</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-background-color-table-fieldname/m-p/513239#M143986</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223341"&gt;@skodak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;That works perfectly as seen in the screenshot. what if you run exactly same in a separate dashboard? It's a run anywhere example and should run for you as well&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 03:47:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-background-color-table-fieldname/m-p/513239#M143986</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2020-08-10T03:47:01Z</dc:date>
    </item>
  </channel>
</rss>

