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!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...