<?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: chart to show error rate in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-chart-of-the-error-rate-over-time/m-p/595990#M207469</link>
    <description>&lt;P&gt;Worked perfectly! thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2022 19:15:30 GMT</pubDate>
    <dc:creator>tmtcollins</dc:creator>
    <dc:date>2022-04-29T19:15:30Z</dc:date>
    <item>
      <title>How to create a chart of the error rate over time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-chart-of-the-error-rate-over-time/m-p/595984#M207467</link>
      <description>&lt;P&gt;Hi, I would like to create a chart of the error rate over time.&amp;nbsp; I have data that shows status=&amp;nbsp;DOWNLOAD_COMPLETE&amp;nbsp; and status = FAILD&lt;/P&gt;
&lt;P&gt;I can calculate this for a point in time with the below. But can anyone help get the error rate over time?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt; logType=error OR logType=service context=retrieve status=DOWNLOAD_COMPLETE OR status=FAILED 
|  stats count(correlationId) as total_count by status  | transpose header_field=status 
| eval errorRate=FAILED/(FAILED+DOWNLOAD_COMPLETE)*100
| table DOWNLOAD_COMPLETE, FAILED, errorRate&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 21:38:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-chart-of-the-error-rate-over-time/m-p/595984#M207467</guid>
      <dc:creator>tmtcollins</dc:creator>
      <dc:date>2022-04-29T21:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: chart to show error rate</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-chart-of-the-error-rate-over-time/m-p/595989#M207468</link>
      <description>&lt;P&gt;This should do it.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; logType=error OR logType=service context=retrieve status=DOWNLOAD_COMPLETE OR status=FAILED 
| timechart count(correlationId) as total_count by status
| eval errorRate=FAILED/(FAILED+DOWNLOAD_COMPLETE)*100&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 29 Apr 2022 19:13:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-chart-of-the-error-rate-over-time/m-p/595989#M207468</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-04-29T19:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: chart to show error rate</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-chart-of-the-error-rate-over-time/m-p/595990#M207469</link>
      <description>&lt;P&gt;Worked perfectly! thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 19:15:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-chart-of-the-error-rate-over-time/m-p/595990#M207469</guid>
      <dc:creator>tmtcollins</dc:creator>
      <dc:date>2022-04-29T19:15:30Z</dc:date>
    </item>
  </channel>
</rss>

