<?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: Create Dashboard and show error code &amp; count in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-Dashboard-and-show-error-code-count/m-p/104437#M5895</link>
    <description>&lt;P&gt;I am looking x-axis should have Error Code(The code generated by my log Ex: Error:00001, Error:00002 etc) and Y- axis should have count(How many error happend during some period of time)&lt;/P&gt;</description>
    <pubDate>Thu, 19 May 2011 18:02:08 GMT</pubDate>
    <dc:creator>rajiv_kumar</dc:creator>
    <dc:date>2011-05-19T18:02:08Z</dc:date>
    <item>
      <title>Create Dashboard and show error code &amp; count</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-Dashboard-and-show-error-code-count/m-p/104435#M5893</link>
      <description>&lt;P&gt;We need to create Dashboard. In dashboard, need to show Error code (001, 002, 003...) in X-axis and count() in Y-axis in 1 hr span. &lt;BR /&gt;
Please suggest me if any idea.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2011 18:59:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-Dashboard-and-show-error-code-count/m-p/104435#M5893</guid>
      <dc:creator>rajiv_kumar</dc:creator>
      <dc:date>2011-05-18T18:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create Dashboard and show error code &amp; count</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-Dashboard-and-show-error-code-count/m-p/104436#M5894</link>
      <description>&lt;P&gt;Do you mean that X is time and Y is count, like a timechart example?&lt;/P&gt;

&lt;P&gt;Assuming your event logs are like Splunk inernal web_access.log whih has status code, such as 200, 404 etc. The field name is called "status". &lt;/P&gt;

&lt;P&gt;If you want to see the counts of each status code in timechart, and every 10 minutes time span for the past hour, please try the following query as an example.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
index=_internal source="&lt;EM&gt;web_access.log&lt;/EM&gt;"  | timechart span=1h count by status&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Try and show it in Report or Advanced Charting page. If the graph is what you are looking for, please save the search, create a dashboard from "Action" dropdown menue in Search page.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:34:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-Dashboard-and-show-error-code-count/m-p/104436#M5894</guid>
      <dc:creator>Masa</dc:creator>
      <dc:date>2020-09-28T09:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create Dashboard and show error code &amp; count</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-Dashboard-and-show-error-code-count/m-p/104437#M5895</link>
      <description>&lt;P&gt;I am looking x-axis should have Error Code(The code generated by my log Ex: Error:00001, Error:00002 etc) and Y- axis should have count(How many error happend during some period of time)&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2011 18:02:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-Dashboard-and-show-error-code-count/m-p/104437#M5895</guid>
      <dc:creator>rajiv_kumar</dc:creator>
      <dc:date>2011-05-19T18:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create Dashboard and show error code &amp; count</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-Dashboard-and-show-error-code-count/m-p/104438#M5896</link>
      <description>&lt;P&gt;If you have the field called "Error", and specify the time range at search time;&lt;/P&gt;

&lt;P&gt;&lt;YOUR search=""&gt; | stats count by Error&lt;/YOUR&gt;&lt;/P&gt;

&lt;P&gt;Or, &lt;/P&gt;

&lt;P&gt;&lt;YOUR search=""&gt; earliest=-1h@h latest=@h | stats count by Error&lt;/YOUR&gt;&lt;/P&gt;

&lt;P&gt;Or, &lt;/P&gt;

&lt;P&gt;&lt;YOUR search=""&gt; earliest=-1h@h latest=@h | chart count by Error&lt;/YOUR&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2011 18:16:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-Dashboard-and-show-error-code-count/m-p/104438#M5896</guid>
      <dc:creator>Masa</dc:creator>
      <dc:date>2011-05-19T18:16:49Z</dc:date>
    </item>
  </channel>
</rss>

