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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Self-Healing Pipeline Is Now Generally Available: AI-Powered CIM Compliance

Maintaining data integrity across security and analytics pipelines is an ongoing challenge. Data ...

[Puzzles] Solve, Learn, Repeat: Family Trees

This puzzle (first published here is based on finding grandparents and grandchildren (inspired by a question ...

Break the Build: Inside the KubeDoom Lounge at .conf26

    You step up to the machine. The pixelated corridors of a certain 1993 FPS load in front of you, EMP Pulse ...