<?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 help on total sum in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/help-on-total-sum/m-p/583835#M11465</link>
    <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;how to do a total of these 3 fields please?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats count(hang_process_name) as "h", count(crash_process_name) as "c", count(web_app_duration_avg_ms) as "w" by name&lt;/LI-CODE&gt;&lt;P&gt;I tried [ eval Total=(h+c+w) but it doesnt works&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Sun, 06 Feb 2022 04:59:48 GMT</pubDate>
    <dc:creator>jip31</dc:creator>
    <dc:date>2022-02-06T04:59:48Z</dc:date>
    <item>
      <title>help on total sum</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/help-on-total-sum/m-p/583835#M11465</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;how to do a total of these 3 fields please?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats count(hang_process_name) as "h", count(crash_process_name) as "c", count(web_app_duration_avg_ms) as "w" by name&lt;/LI-CODE&gt;&lt;P&gt;I tried [ eval Total=(h+c+w) but it doesnt works&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sun, 06 Feb 2022 04:59:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/help-on-total-sum/m-p/583835#M11465</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-02-06T04:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: help on total sum</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/help-on-total-sum/m-p/583836#M11466</link>
      <description>&lt;LI-CODE lang="markup"&gt;| stats count(hang_process_name) as "h", count(crash_process_name) as "c", count(web_app_duration_avg_ms) as "w" by name
| fillnull h,c,w
| eval Total = h+c+w&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 06 Feb 2022 05:04:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/help-on-total-sum/m-p/583836#M11466</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2022-02-06T05:04:46Z</dc:date>
    </item>
  </channel>
</rss>

