<?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 sum 2 percent ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-sum-2-percent/m-p/522021#M147183</link>
    <description>&lt;P&gt;Sorry, I want to average them.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 15:17:13 GMT</pubDate>
    <dc:creator>mah</dc:creator>
    <dc:date>2020-09-29T15:17:13Z</dc:date>
    <item>
      <title>How to sum 2 percent ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sum-2-percent/m-p/522011#M147178</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a table like that :&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%"&gt;name&lt;/TD&gt;&lt;TD width="50%"&gt;percent&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;AAA&lt;/TD&gt;&lt;TD width="50%"&gt;90&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;BBB&lt;/TD&gt;&lt;TD width="50%"&gt;&lt;P&gt;60&lt;/P&gt;&lt;P&gt;70&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to group the BBB percent in one percent.&lt;/P&gt;&lt;P&gt;How I can do this command ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:37:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sum-2-percent/m-p/522011#M147178</guid>
      <dc:creator>mah</dc:creator>
      <dc:date>2020-09-29T14:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum 2 percent ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sum-2-percent/m-p/522015#M147180</link>
      <description>&lt;P&gt;How do you want to "group" them? Add them together, multiply them together, take an average, join them with a space/comma between?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:53:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sum-2-percent/m-p/522015#M147180</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-09-29T14:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum 2 percent ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sum-2-percent/m-p/522021#M147183</link>
      <description>&lt;P&gt;Sorry, I want to average them.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:17:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sum-2-percent/m-p/522021#M147183</guid>
      <dc:creator>mah</dc:creator>
      <dc:date>2020-09-29T15:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum 2 percent ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sum-2-percent/m-p/522028#M147185</link>
      <description>&lt;LI-CODE lang="markup"&gt;-- your search
| streamstats count as row
| eventstats sum(percent) as total by row
| eval percent=round(total/mvcount(percent),2)
| fields - row total&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:41:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sum-2-percent/m-p/522028#M147185</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-09-29T15:41:23Z</dc:date>
    </item>
  </channel>
</rss>

