Splunk Search

Predict stops working when eval used

rob3770
Explorer

Hi,

Looking to start using Splunk to do trending and forecasting (predict).

index=os  sourcetype=cpu   host=ukdc1-xxx-xxx* earliest=-1w | eval Total=(pctSystem+pctUser) | timechart avg(Total)  span=1h | predict Total future_timespan=168 algorithm=LL

Getting the old 'Too few data points' error.

This works, but i need the two cpu fields added together to get the total amount of CPU busy time...

index=os  sourcetype=cpu   host=ukdc1-xxx-xxx* earliest=-1w | timechart avg(pctSystem) span=1h AS AVG | predict AVG future_timespan=168 algorithm=LL
Tags (2)
0 Karma
1 Solution

aweitzman
Motivator

I think you have a typo in your failing line. It looks like you mean:

... | timechart avg(Total) span=1h AS Total | ...

View solution in original post

aweitzman
Motivator

I think you have a typo in your failing line. It looks like you mean:

... | timechart avg(Total) span=1h AS Total | ...

rob3770
Explorer

That did it!

The lower95 line is dropping to -25, can this be contained as -25% CPU utilization isn't really possible?

Cheers

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

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 ...