Splunk Enterprise

Splunk Machine Learning Toolkit - forecasting backward

arpitadu
Explorer

Hi,

The kalman filter algorithm for time series forecasting is predicting for old time frame - backward direction. Could you please let me know why so ? Please find the attached screenshotsalt text

Tags (1)
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

Raw events come out of Splunk in reverse time order. Apply a timechart to your data to get ascending time order, which will then make the prediction point towards the future rather than the past.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

Raw events come out of Splunk in reverse time order. Apply a timechart to your data to get ascending time order, which will then make the prediction point towards the future rather than the past.

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...