<?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 to create a dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-a-dashboard/m-p/492165#M32252</link>
    <description>&lt;P&gt;Here's a slightly ugly workaround.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | append [ ... | stats count | eval Technical_Error = "NumberFormatException" ]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 07 May 2020 15:59:48 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-05-07T15:59:48Z</dc:date>
    <item>
      <title>Need to create a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-a-dashboard/m-p/492160#M32247</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I'm able to get the count for NumberFormatException but the NumberFormatException is displayed in separate column. Please verify the screenshot. You will be able to understand.&lt;BR /&gt;
I need to move the NumberFormatException and its count under Technical error. Could you please help me on this.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8840iFEAD702641846058/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 13:01:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-a-dashboard/m-p/492160#M32247</guid>
      <dc:creator>prabhu7720</dc:creator>
      <dc:date>2020-05-07T13:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need to create a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-a-dashboard/m-p/492161#M32248</link>
      <description>&lt;P&gt;Please provide a mock-up of the expected output.&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 13:30:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-a-dashboard/m-p/492161#M32248</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-05-07T13:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need to create a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-a-dashboard/m-p/492162#M32249</link>
      <description>&lt;P&gt;The expected output should be as below.&lt;/P&gt;

&lt;P&gt;Technical_Error                                         count&lt;BR /&gt;
CHASE_VALIDATION_FAILURE                       1&lt;BR /&gt;
UNEXPECTED_FAILURE                              5&lt;BR /&gt;
NumberFormatException                             62&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:19:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-a-dashboard/m-p/492162#M32249</guid>
      <dc:creator>prabhu7720</dc:creator>
      <dc:date>2020-09-30T05:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need to create a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-a-dashboard/m-p/492163#M32250</link>
      <description>&lt;P&gt;Replace &lt;CODE&gt;appendcols&lt;/CODE&gt; with &lt;CODE&gt;append&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 14:50:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-a-dashboard/m-p/492163#M32250</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-05-07T14:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need to create a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-a-dashboard/m-p/492164#M32251</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;The count value is moving to new row, but NumberFormatException is not moving under technical error&lt;/P&gt;

&lt;P&gt;Technical_Error count   NumberFormatException&lt;BR /&gt;
  CHASE_VALIDATION_FAILURE  1&lt;BR /&gt;&lt;BR /&gt;
  UNEXPECTED_FAILURE    5&lt;BR /&gt;&lt;BR /&gt;
        62&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:19:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-a-dashboard/m-p/492164#M32251</guid>
      <dc:creator>prabhu7720</dc:creator>
      <dc:date>2020-09-30T05:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need to create a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-a-dashboard/m-p/492165#M32252</link>
      <description>&lt;P&gt;Here's a slightly ugly workaround.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | append [ ... | stats count | eval Technical_Error = "NumberFormatException" ]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 May 2020 15:59:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-a-dashboard/m-p/492165#M32252</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-05-07T15:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need to create a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-a-dashboard/m-p/492166#M32253</link>
      <description>&lt;P&gt;it works.&lt;/P&gt;

&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 16:03:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-a-dashboard/m-p/492166#M32253</guid>
      <dc:creator>prabhu7720</dc:creator>
      <dc:date>2020-05-07T16:03:51Z</dc:date>
    </item>
  </channel>
</rss>

