Reporting

How to forecast data based on reporting month?

ASISH_9
Engager

I have a list of data named project hours and their corresponding month, like:

ProjectHours      Month
22  h             Sept
24  h             oCT
27  h             Nov etc etc

Now I need to forecast the hours for december 2016, january 2017, feb2017 up to march 2017.
How can it be accomplished?
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.

0 Karma

sundareshr
Legend

Have you looked at the ML Toolkit? That's probably your best bet for predictive analytics. https://splunkbase.splunk.com/app/2890/

Or, you could start with this, and tweak to get your desired results. Again, I would recommed using the app.

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
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...