<?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 generate a search that displays column totals per day for each email address? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-that-displays-column-totals-per-day-for/m-p/268042#M80633</link>
    <description>&lt;P&gt;How do I get daily totals (column) for a list of e-mail addresses (column) for registration failures?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;E-mail Address     Day1    Day2   Day3   Day4   Day5   Day6   Day7   Total-Failures-for-individual
Address1           2       4                                         6
Address2           1       5                                         6
Address3           3              3                    4             10
Total Daily        6       9      3      0      0      4      0                   
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 07 Dec 2016 21:23:30 GMT</pubDate>
    <dc:creator>rholm01</dc:creator>
    <dc:date>2016-12-07T21:23:30Z</dc:date>
    <item>
      <title>How to generate a search that displays column totals per day for each email address?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-that-displays-column-totals-per-day-for/m-p/268042#M80633</link>
      <description>&lt;P&gt;How do I get daily totals (column) for a list of e-mail addresses (column) for registration failures?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;E-mail Address     Day1    Day2   Day3   Day4   Day5   Day6   Day7   Total-Failures-for-individual
Address1           2       4                                         6
Address2           1       5                                         6
Address3           3              3                    4             10
Total Daily        6       9      3      0      0      4      0                   
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Dec 2016 21:23:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-that-displays-column-totals-per-day-for/m-p/268042#M80633</guid>
      <dc:creator>rholm01</dc:creator>
      <dc:date>2016-12-07T21:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a search that displays column totals per day for each email address?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-that-displays-column-totals-per-day-for/m-p/268043#M80634</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base search | eval day=round(relative_time(now(), "@d")-relative_time(,_time, "@d"), 0)/86400 | eval day="Day ".day | chart count over email_id by day | addtotals | addcoltotals labelfield=email_id label="Total Daily"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Dec 2016 21:49:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-that-displays-column-totals-per-day-for/m-p/268043#M80634</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-12-07T21:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a search that displays column totals per day for each email address?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-that-displays-column-totals-per-day-for/m-p/268044#M80635</link>
      <description>&lt;P&gt;Is there a way to have this without the values in the columns above the totals? &lt;BR /&gt;
&lt;IMG src="https://screenshot.click/20-05-lk4n9-4u0mx.jpg" alt="alt" /&gt;,Awesome! Is there a way to remove the values in the columns and just have the totals? &lt;BR /&gt;
&lt;IMG src="https://screenshot.click/20-05-lk4n9-4u0mx.jpg" alt="alt" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 14:10:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-that-displays-column-totals-per-day-for/m-p/268044#M80635</guid>
      <dc:creator>replicamask</dc:creator>
      <dc:date>2017-09-20T14:10:12Z</dc:date>
    </item>
  </channel>
</rss>

