<?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: How to make timechart with ratio failed/succeed ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-timechart-with-ratio-failed-total/m-p/644260#M223162</link>
    <description>&lt;P&gt;failed/Total events&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 May 2023 13:52:40 GMT</pubDate>
    <dc:creator>AnaSpiStats</dc:creator>
    <dc:date>2023-05-23T13:52:40Z</dc:date>
    <item>
      <title>How to make timechart with ratio failed/total ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-timechart-with-ratio-failed-total/m-p/644254#M223159</link>
      <description>&lt;P&gt;This is my search:&lt;/P&gt;&lt;PRE&gt;message_data_type=gd*| timechart count by message_data_type limit=10&lt;/PRE&gt;&lt;P&gt;These are my results:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnaSpiStats_0-1684848039033.png" style="width: 648px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25512iB5EE608FDDC78FC9/image-dimensions/648x94?v=v2" width="648" height="94" role="button" title="AnaSpiStats_0-1684848039033.png" alt="AnaSpiStats_0-1684848039033.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I need to create a timechart of the&amp;nbsp; failed/total events ratio.&lt;/P&gt;&lt;P&gt;How can I do that ?&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 13:54:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-timechart-with-ratio-failed-total/m-p/644254#M223159</guid>
      <dc:creator>AnaSpiStats</dc:creator>
      <dc:date>2023-05-23T13:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to make timechart with ratio failed/succeed ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-timechart-with-ratio-failed-total/m-p/644258#M223161</link>
      <description>&lt;P&gt;Is that what you really want to do? What if there are zero failed events - Success/zero is infinity, or Failed/zero is infinity if there are zero Success events?&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 13:41:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-timechart-with-ratio-failed-total/m-p/644258#M223161</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-05-23T13:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to make timechart with ratio failed/succeed ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-timechart-with-ratio-failed-total/m-p/644260#M223162</link>
      <description>&lt;P&gt;failed/Total events&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 13:52:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-timechart-with-ratio-failed-total/m-p/644260#M223162</guid>
      <dc:creator>AnaSpiStats</dc:creator>
      <dc:date>2023-05-23T13:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to make timechart with ratio failed/succeed ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-timechart-with-ratio-failed-total/m-p/644263#M223163</link>
      <description>&lt;LI-CODE lang="markup"&gt;| timechart count by message_data_type
| addtotals col=f row=t
| eval failedratio=failed/Total
| fields _time failedratio Total&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 23 May 2023 14:27:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-timechart-with-ratio-failed-total/m-p/644263#M223163</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-05-23T14:27:22Z</dc:date>
    </item>
  </channel>
</rss>

