<?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 forecast data based on reporting month? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-to-forecast-data-based-on-reporting-month/m-p/255184#M10088</link>
    <description>&lt;P&gt;I have a list of data named project hours and their corresponding month, like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ProjectHours      Month
22  h             Sept
24  h             oCT
27  h             Nov etc etc
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now I need to forecast the hours for december 2016, january 2017, feb2017 up to march 2017.&lt;BR /&gt;
How can it be accomplished?&lt;BR /&gt;
Also, I need to subtotal the project hours under different technologies like subtotal of hours under java, subtotal of hours under dotnet. Please tell me how to do it.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Dec 2016 09:25:50 GMT</pubDate>
    <dc:creator>ASISH_9</dc:creator>
    <dc:date>2016-12-05T09:25:50Z</dc:date>
    <item>
      <title>How to forecast data based on reporting month?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-forecast-data-based-on-reporting-month/m-p/255184#M10088</link>
      <description>&lt;P&gt;I have a list of data named project hours and their corresponding month, like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ProjectHours      Month
22  h             Sept
24  h             oCT
27  h             Nov etc etc
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now I need to forecast the hours for december 2016, january 2017, feb2017 up to march 2017.&lt;BR /&gt;
How can it be accomplished?&lt;BR /&gt;
Also, I need to subtotal the project hours under different technologies like subtotal of hours under java, subtotal of hours under dotnet. Please tell me how to do it.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 09:25:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-forecast-data-based-on-reporting-month/m-p/255184#M10088</guid>
      <dc:creator>ASISH_9</dc:creator>
      <dc:date>2016-12-05T09:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to forecast data based on reporting month?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-forecast-data-based-on-reporting-month/m-p/255185#M10089</link>
      <description>&lt;P&gt;Have you looked at the ML Toolkit? That's probably your best bet for predictive analytics. &lt;A href="https://splunkbase.splunk.com/app/2890/"&gt;https://splunkbase.splunk.com/app/2890/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Or, you could start with this, and tweak to get your desired results. Again,  I would recommed using the app.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base search | bin span=1mon _time as month | stats sum(hours) as hours by month technology  | predict hours future_timespan=3 | appendpipe [ | stats sum(hours) by technology | eval month = "Sub-Total" ]  | sort technology
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Dec 2016 14:46:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-forecast-data-based-on-reporting-month/m-p/255185#M10089</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-12-05T14:46:10Z</dc:date>
    </item>
  </channel>
</rss>

