<?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 How to create a dashboard which shows Error messages in X axis with the time span &amp; Error Count in Y axis ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dashboard-which-shows-Error-messages-in-X-axis/m-p/369359#M108826</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;

&lt;P&gt;I have to create a real time dashboard which give insight on the different type of errors and how many such errors happen and during which part of the day. My sample log is like below (and there are lot of duplicate logs) :&lt;/P&gt;

&lt;P&gt;"[syncservice] [ERROR] [20 Mar 2018 04:09:56,654] : [7dfhsdgw-4dgsj-ashgah-svahs5226] : [com.xxx.xxxx.xxxx.xxxx]: Failed to invoke service xxx.xxxxxx.xxxx.ConnectorException: IOException occurred for ServiceLogMessage while obtaining response: Connection to &lt;A href="http://localhost:8080"&gt;http://localhost:8080&lt;/A&gt; refused"&lt;/P&gt;

&lt;P&gt;Looking forward for your support.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Mar 2018 05:03:38 GMT</pubDate>
    <dc:creator>Dinesh_Raja</dc:creator>
    <dc:date>2018-03-21T05:03:38Z</dc:date>
    <item>
      <title>How to create a dashboard which shows Error messages in X axis with the time span &amp; Error Count in Y axis ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dashboard-which-shows-Error-messages-in-X-axis/m-p/369359#M108826</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;

&lt;P&gt;I have to create a real time dashboard which give insight on the different type of errors and how many such errors happen and during which part of the day. My sample log is like below (and there are lot of duplicate logs) :&lt;/P&gt;

&lt;P&gt;"[syncservice] [ERROR] [20 Mar 2018 04:09:56,654] : [7dfhsdgw-4dgsj-ashgah-svahs5226] : [com.xxx.xxxx.xxxx.xxxx]: Failed to invoke service xxx.xxxxxx.xxxx.ConnectorException: IOException occurred for ServiceLogMessage while obtaining response: Connection to &lt;A href="http://localhost:8080"&gt;http://localhost:8080&lt;/A&gt; refused"&lt;/P&gt;

&lt;P&gt;Looking forward for your support.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 05:03:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dashboard-which-shows-Error-messages-in-X-axis/m-p/369359#M108826</guid>
      <dc:creator>Dinesh_Raja</dc:creator>
      <dc:date>2018-03-21T05:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dashboard which shows Error messages in X axis with the time span &amp; Error Count in Y axis ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dashboard-which-shows-Error-messages-in-X-axis/m-p/369360#M108827</link>
      <description>&lt;P&gt;@Dinesh_Raja,&lt;/P&gt;

&lt;P&gt;If you have a field for the error string (type of error) or any other field to distinguish the errors, then&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=your_index "other search strings"|timechart count by type_of_error
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Reference : &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.2/SearchReference/Timechart"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.2/SearchReference/Timechart&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 05:41:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dashboard-which-shows-Error-messages-in-X-axis/m-p/369360#M108827</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-03-21T05:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dashboard which shows Error messages in X axis with the time span &amp; Error Count in Y axis ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dashboard-which-shows-Error-messages-in-X-axis/m-p/369361#M108828</link>
      <description>&lt;P&gt;Hello @renjith.nair,&lt;BR /&gt;
Thanks for the update.&lt;BR /&gt;
I would request you to let me know the process to extract the field for error if it was not extracted by Splunk (I tried with field extractor but unable to extract complete sentence).&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 07:33:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dashboard-which-shows-Error-messages-in-X-axis/m-p/369361#M108828</guid>
      <dc:creator>Dinesh_Raja</dc:creator>
      <dc:date>2018-03-21T07:33:10Z</dc:date>
    </item>
  </channel>
</rss>

