<?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: Need assistance with filling column values with colors in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Need-assistance-with-filling-column-values-with-colors/m-p/636793#M15899</link>
    <description>&lt;P&gt;You probably can in CSS in tables. In charts you can also with CSS&lt;/P&gt;</description>
    <pubDate>Fri, 31 Mar 2023 01:15:39 GMT</pubDate>
    <dc:creator>bowesmana</dc:creator>
    <dc:date>2023-03-31T01:15:39Z</dc:date>
    <item>
      <title>Need assistance with filling column values with colors</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Need-assistance-with-filling-column-values-with-colors/m-p/636606#M15881</link>
      <description>&lt;P&gt;My Splunk query: index=aaa sourcetype="bbb" | bucket _time span=1d|stats count by data_date,Name,RecordCount limit=0| lookup abc.csv Names as Name|eventstats sum(RecordCount) as Total by Name, _time|eval p=round((Total/Threshold)*100,2)|chart values(p) over Name BY data_date limit=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data_date and _time represent same day(value) in yyyy-mm-dd format. abc.csv has list of all Names and associated threshold values stored.&lt;/P&gt;&lt;P&gt;When I select time picker as last 7 days and use below setting in xml, displays table as expected. Can someone please help me in extending this coloring to all columns, considering that this date value(column header value) changes whenever user changes value in datapicker.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;format type="color" field="25-03-2023"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;lt;colorpalette type="list"&amp;gt;[#FF0000,#FFF000,#55C169,#55C169]&amp;lt;/colorpalette &amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;scale type="threshold"&amp;gt;90,95,100&amp;lt;/scale&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/format&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 00:25:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Need-assistance-with-filling-column-values-with-colors/m-p/636606#M15881</guid>
      <dc:creator>sdkp03</dc:creator>
      <dc:date>2023-03-30T00:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need assistance with filling column values with colors</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Need-assistance-with-filling-column-values-with-colors/m-p/636617#M15883</link>
      <description>&lt;P&gt;Remove the "field=..." and then the colorPalette will apply to all fields.&lt;/P&gt;&lt;P&gt;Add a second definition AFTER that definition for the Name field like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        &amp;lt;format type="color" field="Name"&amp;gt;
          &amp;lt;colorPalette type="list"&amp;gt;[#FFFFFF]&amp;lt;/colorPalette&amp;gt;
        &amp;lt;/format&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 30 Mar 2023 04:01:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Need-assistance-with-filling-column-values-with-colors/m-p/636617#M15883</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2023-03-30T04:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need assistance with filling column values with colors</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Need-assistance-with-filling-column-values-with-colors/m-p/636622#M15884</link>
      <description>&lt;P&gt;Perfect, works like a charm &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Just one last question, is there a way I can hide numbers/values from being displayed / in other words change font color to be same as the background color!&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Sowmya&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 05:17:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Need-assistance-with-filling-column-values-with-colors/m-p/636622#M15884</guid>
      <dc:creator>sdkp03</dc:creator>
      <dc:date>2023-03-30T05:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need assistance with filling column values with colors</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Need-assistance-with-filling-column-values-with-colors/m-p/636793#M15899</link>
      <description>&lt;P&gt;You probably can in CSS in tables. In charts you can also with CSS&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 01:15:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Need-assistance-with-filling-column-values-with-colors/m-p/636793#M15899</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2023-03-31T01:15:39Z</dc:date>
    </item>
  </channel>
</rss>

