All Apps and Add-ons

Can you use predict with split by function?

the_wolverine
Champion

Is there a way to split by using predict.

I can predict on a single factor, e.g.

| timechart span=1h max(values) as values | predict values

How about:

| timechart span=1h max(values) as values by user?

skoelpin
SplunkTrust
SplunkTrust

What is your exact use case here? What are you trying to predict?

It's possible your climbing the wrong ladder here

0 Karma

mraudaschl
Loves-to-Learn

I have the same problem/requirement.
What I want to do is to have predictions for counts of events in the timechart that is split by country, using trellis chart. Is there a way? The normal BY clause doesn't output anything when adding PREDICT

0 Karma

adonio
Ultra Champion

saw a nice answer by @kmorris_splunk on this subject but couldnt find it now. maybe he will see my ping and will be able to locate it better

0 Karma

kmorris_splunk
Splunk Employee
Splunk Employee

Here it is: https://answers.splunk.com/answers/661506/predict-with-wildcard.html#answer-661742

This was a slightly different scenario, but it may be helpful.

0 Karma

the_wolverine
Champion

Thanks but the example did not support an actual by-clause

index=_internal sourcetype=splunkd*
| stats count by sourcetype
| map search="search index=_internal sourcetype=$sourcetype$ | timechart count as $sourcetype$ | predict $sourcetype$"
| stats values(*) as * by _time

I need predict to support "timechart count as $sourcetype$ by host" for example.

0 Karma
Get Updates on the Splunk Community!

What's New in Splunk Enterprise 9.4: Features to Power Your Digital Resilience

Hey Splunky People! We are excited to share the latest updates in Splunk Enterprise 9.4. In this release we ...

Take Your Breath Away with Splunk Risk-Based Alerting (RBA)

WATCH NOW!The Splunk Guide to Risk-Based Alerting is here to empower your SOC like never before. Join Haylee ...

SignalFlow: What? Why? How?

What is SignalFlow? Splunk Observability Cloud’s analytics engine, SignalFlow, opens up a world of in-depth ...