<?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: Predict stops working when eval used in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Predict-stops-working-when-eval-used/m-p/132080#M36027</link>
    <description>&lt;P&gt;I think you have a typo in your failing line. It looks like you mean:&lt;/P&gt;

&lt;P&gt;... | timechart avg(Total) span=1h &lt;STRONG&gt;AS Total&lt;/STRONG&gt; | ...&lt;/P&gt;</description>
    <pubDate>Thu, 09 Apr 2015 14:26:30 GMT</pubDate>
    <dc:creator>aweitzman</dc:creator>
    <dc:date>2015-04-09T14:26:30Z</dc:date>
    <item>
      <title>Predict stops working when eval used</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Predict-stops-working-when-eval-used/m-p/132079#M36026</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Looking to start using Splunk to do trending and forecasting (predict).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=os  sourcetype=cpu   host=ukdc1-xxx-xxx* earliest=-1w | eval Total=(pctSystem+pctUser) | timechart avg(Total)  span=1h | predict Total future_timespan=168 algorithm=LL
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Getting the old 'Too few data points' error.&lt;/P&gt;

&lt;P&gt;This works, but i need the two cpu fields added together to get the total amount of CPU busy time...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=os  sourcetype=cpu   host=ukdc1-xxx-xxx* earliest=-1w | timechart avg(pctSystem) span=1h AS AVG | predict AVG future_timespan=168 algorithm=LL
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Apr 2015 14:22:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Predict-stops-working-when-eval-used/m-p/132079#M36026</guid>
      <dc:creator>rob3770</dc:creator>
      <dc:date>2015-04-09T14:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Predict stops working when eval used</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Predict-stops-working-when-eval-used/m-p/132080#M36027</link>
      <description>&lt;P&gt;I think you have a typo in your failing line. It looks like you mean:&lt;/P&gt;

&lt;P&gt;... | timechart avg(Total) span=1h &lt;STRONG&gt;AS Total&lt;/STRONG&gt; | ...&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2015 14:26:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Predict-stops-working-when-eval-used/m-p/132080#M36027</guid>
      <dc:creator>aweitzman</dc:creator>
      <dc:date>2015-04-09T14:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Predict stops working when eval used</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Predict-stops-working-when-eval-used/m-p/132081#M36028</link>
      <description>&lt;P&gt;That did it!&lt;/P&gt;

&lt;P&gt;The lower95 line is dropping to -25, can this be contained as -25% CPU utilization isn't really possible?&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2015 15:27:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Predict-stops-working-when-eval-used/m-p/132081#M36028</guid>
      <dc:creator>rob3770</dc:creator>
      <dc:date>2015-04-09T15:27:31Z</dc:date>
    </item>
  </channel>
</rss>

