Splunk Search

Trendline period integer syntax queston (sma | ema | wma)

UMDTERPS
Communicator

I am looking through the documentation on Splunk about trendlines and sma | ema | wma. In the documentation, it says you must pick an integer between 2 and 1000:

https://docs.splunk.com/Documentation/Splunk/7.3.2/SearchReference/Trendline

| trendline sma2(muffins) as trend

The documentation doesn't say what the period means, but you have to pick a number between 2 and 1000. I assuming "2" is one day, "3" is two days???

0 Karma

to4kawa
Ultra Champion
| makeresults count=100
| eval number = random() % 100 + 1
| streamstats count
| fields count number
| fields - _time
| trendline sma2(number) sma5(number) sma10(number)

Hi, As you can see from the results, period is not limited to time.

0 Karma

russell120
Communicator

@to4kawa Could you explain what period is?

0 Karma

to4kawa
Ultra Champion

Moving average

Period means

the previous n data

UMDTERPS
Communicator

Ahh, I see. The Splunk documentation needs to be more clear.

0 Karma

russell120
Communicator

Oh I understand, thanks!

0 Karma
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...