<?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: Can you help me generate stats per day? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-generate-stats-per-day/m-p/454207#M128512</link>
    <description>&lt;P&gt;Ok, what if I have unspecified number of columns and I want to do it on all except the _time. &lt;/P&gt;</description>
    <pubDate>Wed, 06 Feb 2019 07:03:12 GMT</pubDate>
    <dc:creator>darioapis</dc:creator>
    <dc:date>2019-02-06T07:03:12Z</dc:date>
    <item>
      <title>Can you help me generate stats per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-generate-stats-per-day/m-p/454205#M128510</link>
      <description>&lt;P&gt;I have data like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; Time, A, B, C
01.01.2019. 11:00:00, 561, 756, 456
01.01.2019. 11:01:00, 661, 256, 123
01.01.2019. 11:02:00, 261, 456, 123
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;......&lt;/P&gt;

&lt;P&gt;And I would want to combine A's ,B's, C's data in that way that I can plot moving per day. So I want to sum all activity over day per A, B, C and plot it how it moves day per day. &lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 06:55:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-generate-stats-per-day/m-p/454205#M128510</guid>
      <dc:creator>darioapis</dc:creator>
      <dc:date>2019-02-06T06:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me generate stats per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-generate-stats-per-day/m-p/454206#M128511</link>
      <description>&lt;P&gt;Hi @darioapis &lt;/P&gt;

&lt;P&gt;Does this work for you: &lt;CODE&gt;YOUR_SEARCH | timechart sum(A) sum(B) sum(C)&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 07:00:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-generate-stats-per-day/m-p/454206#M128511</guid>
      <dc:creator>chrisyounger</dc:creator>
      <dc:date>2019-02-06T07:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me generate stats per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-generate-stats-per-day/m-p/454207#M128512</link>
      <description>&lt;P&gt;Ok, what if I have unspecified number of columns and I want to do it on all except the _time. &lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 07:03:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-generate-stats-per-day/m-p/454207#M128512</guid>
      <dc:creator>darioapis</dc:creator>
      <dc:date>2019-02-06T07:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me generate stats per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-generate-stats-per-day/m-p/454208#M128513</link>
      <description>&lt;P&gt;@darioapis&lt;/P&gt;

&lt;P&gt;In case of unspecified number of columns: Use&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search&amp;gt; | timechart sum(*)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Feb 2019 07:15:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-generate-stats-per-day/m-p/454208#M128513</guid>
      <dc:creator>vishaltaneja070</dc:creator>
      <dc:date>2019-02-06T07:15:57Z</dc:date>
    </item>
  </channel>
</rss>

