<?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: Table Formats Coloring in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Table-Formats-Coloring/m-p/586519#M48097</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233122"&gt;@MeMilo09&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can use different options for formatting the chart. The reference for chart options can be found here -&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/Viz/ChartConfigurationReference" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/Viz/ChartConfigurationReference&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will help you enable colors in the heat map using chart as well.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Feb 2022 03:56:09 GMT</pubDate>
    <dc:creator>tshah-splunk</dc:creator>
    <dc:date>2022-02-25T03:56:09Z</dc:date>
    <item>
      <title>How to create a Table Formats Coloring</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Table-Formats-Coloring/m-p/586510#M48092</link>
      <description>&lt;P&gt;Hello Splunk Community,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am trying to replicate a heat map using the table formats app available through Splunk.&amp;nbsp; I see the coloring of the cells when I use the stats command as below, but I need to have the data show as a chart. The issue is when I use chart all the color goes away from the table. Is there a work around for this problem?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;Table Formats&amp;lt;/label&amp;gt;
  &amp;lt;description&amp;gt;Format columns using built-in table formats (coloring, number formatting).&amp;lt;/description&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="Dept_data_idx"  eventType="Created" status="success" host=* | bucket _time span=1h | stats  count by _time host
          &amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-7d&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
       &amp;lt;format type="color" field="count"&amp;gt;
          &amp;lt;colorPalette type="minMidMax" maxColor="#31A35F" minColor="#FFFFFF"&amp;gt;&amp;lt;/colorPalette&amp;gt;
          &amp;lt;scale type="minMidMax"&amp;gt;&amp;lt;/scale&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
      &amp;lt;html&amp;gt;   
      &amp;lt;/html&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;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 17:04:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Table-Formats-Coloring/m-p/586510#M48092</guid>
      <dc:creator>MeMilo09</dc:creator>
      <dc:date>2022-02-25T17:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table Formats Coloring</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Table-Formats-Coloring/m-p/586519#M48097</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233122"&gt;@MeMilo09&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can use different options for formatting the chart. The reference for chart options can be found here -&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/Viz/ChartConfigurationReference" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/Viz/ChartConfigurationReference&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will help you enable colors in the heat map using chart as well.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 03:56:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Table-Formats-Coloring/m-p/586519#M48097</guid>
      <dc:creator>tshah-splunk</dc:creator>
      <dc:date>2022-02-25T03:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table Formats Coloring</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Table-Formats-Coloring/m-p/586556#M48099</link>
      <description>&lt;P&gt;When you use chart, the field names become the values of your second dimension, host in your case. Try removing the filed="count" attribute from the format tag. this should apply the format to all fields, so you may need to add an extra format tag to undo this for fields you don't want this formatting to apply to.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 08:28:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Table-Formats-Coloring/m-p/586556#M48099</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-02-25T08:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table Formats Coloring</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Table-Formats-Coloring/m-p/586671#M48114</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;SPAN&gt;removing the filed="count"&amp;nbsp; did the trick. Would you help me understand why this works? So far I understand that the field names become values with&amp;nbsp; chart... but don't understand how removing count from&amp;nbsp;&amp;nbsp;field helped with this problem. &amp;lt;format type="color" field="&amp;nbsp; &amp;nbsp; "&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 22:18:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Table-Formats-Coloring/m-p/586671#M48114</guid>
      <dc:creator>MeMilo09</dc:creator>
      <dc:date>2022-02-25T22:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table Formats Coloring</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Table-Formats-Coloring/m-p/586677#M48116</link>
      <description>&lt;P&gt;The field attribute to the format tag identifies which field to apply the format to. By removing this, it is applied to all fields. The chart command creates a table with columns for time and each host. None of the fields are called count any more, which is why the formatting stopped working when you replaced stats with chart.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 23:06:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Table-Formats-Coloring/m-p/586677#M48116</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-02-25T23:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table Formats Coloring</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Table-Formats-Coloring/m-p/586722#M48123</link>
      <description>&lt;P&gt;Great, thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 20:37:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Table-Formats-Coloring/m-p/586722#M48123</guid>
      <dc:creator>MeMilo09</dc:creator>
      <dc:date>2022-02-26T20:37:07Z</dc:date>
    </item>
  </channel>
</rss>

