<?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 create a time chart with values from eventstats? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273246#M82348</link>
    <description>&lt;P&gt;Please clarify which total value you need to show per day in the second query. Do you need the daily total of QTOTAL per day? Sharing some of the actual data may help.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Dec 2016 12:35:30 GMT</pubDate>
    <dc:creator>rjthibod</dc:creator>
    <dc:date>2016-12-14T12:35:30Z</dc:date>
    <item>
      <title>How to create a time chart with values from eventstats?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273245#M82347</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;

&lt;P&gt;I have a search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=log sourcetype=data TYPE="PLATFORM"  | timechart  span=1d count by AREA limit=100  | addtotals
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now, I must replicate with a search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=log sourcetype=data TYPE="PLATFORM"   | eventstats sum(QP) AS QTOTAL by AREA | timechart  span=1d count(QP) by AREA limit=100  | addtotals
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but this has been unsuccessful. QP is a number field. I need to show day by day the total by AREA.&lt;/P&gt;

&lt;P&gt;Suggestions?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 12:26:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273245#M82347</guid>
      <dc:creator>changux</dc:creator>
      <dc:date>2016-12-14T12:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a time chart with values from eventstats?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273246#M82348</link>
      <description>&lt;P&gt;Please clarify which total value you need to show per day in the second query. Do you need the daily total of QTOTAL per day? Sharing some of the actual data may help.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 12:35:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273246#M82348</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-12-14T12:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a time chart with values from eventstats?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273247#M82349</link>
      <description>&lt;P&gt;Hi, thanks. Yes, i need the daily total of QTOTAL.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 12:37:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273247#M82349</guid>
      <dc:creator>changux</dc:creator>
      <dc:date>2016-12-14T12:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a time chart with values from eventstats?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273248#M82350</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=log sourcetype=data TYPE="PLATFORM" |bucket _time span=1d  | chart sum(QP) AS QTOTAL by _time AREA  | addtotals
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;does this get you what you need?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 12:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273248#M82350</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2016-12-14T12:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a time chart with values from eventstats?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273249#M82351</link>
      <description>&lt;P&gt;OK, I am still a little confused. Do you need both the QTOTAL per day by AREA and the count of QP events per day by AREA, or just the former?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 12:41:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273249#M82351</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-12-14T12:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a time chart with values from eventstats?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273250#M82352</link>
      <description>&lt;P&gt;Have you just tried:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=log sourcetype=data TYPE="PLATFORM"  | timechart  span=1d sum(QP) AS QTOTAL by AREA limit=100  | addtotals
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 12:42:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273250#M82352</guid>
      <dc:creator>ktugwell_splunk</dc:creator>
      <dc:date>2016-12-14T12:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a time chart with values from eventstats?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273251#M82353</link>
      <description>&lt;P&gt;Hi. I need only QTOTAL per day.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 12:44:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273251#M82353</guid>
      <dc:creator>changux</dc:creator>
      <dc:date>2016-12-14T12:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a time chart with values from eventstats?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273252#M82354</link>
      <description>&lt;P&gt;Then you want the comment below from @ktugwell&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 12:45:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273252#M82354</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-12-14T12:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a time chart with values from eventstats?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273253#M82355</link>
      <description>&lt;P&gt;Let me check...&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 12:48:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273253#M82355</guid>
      <dc:creator>changux</dc:creator>
      <dc:date>2016-12-14T12:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a time chart with values from eventstats?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273254#M82356</link>
      <description>&lt;P&gt;Would this work?&lt;/P&gt;

&lt;P&gt;index=log sourcetype=data TYPE="PLATFORM" | timechart  span=1d count(QP) sum(QP) AS Total by AREA limit=100&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 14:01:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273254#M82356</guid>
      <dc:creator>snoobzilla</dc:creator>
      <dc:date>2016-12-14T14:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a time chart with values from eventstats?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273255#M82357</link>
      <description>&lt;P&gt;Works perfect! Thanks! Do you can answer the question with your comment?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 19:42:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-time-chart-with-values-from-eventstats/m-p/273255#M82357</guid>
      <dc:creator>changux</dc:creator>
      <dc:date>2016-12-14T19:42:08Z</dc:date>
    </item>
  </channel>
</rss>

