Splunk Enterprise

How to filter value greater than threshold with multiple fields?

splunkkid
Path Finder

Hello,

I made splunk command to predict ip usage per each data center.

The current command and results are like below.

 

<COMMAND>

 

 

 

MY_SEARCH
| eval usage=round(used/total*100, 2)
| timechart span=1d limit=0 values(usage) by center
| predict [search MY_SEARCH Which makes same center list above | stats values(center) as center| rename center as search ] algorithm="LLP5", future_timespan=90
| fields _time, prediction(*)
| rename prediction(*) as *

 

 

 

 

<RESULTS>

_time                       center1     center2     center3     center4

2021/06/03           78                  82              75                   54

2021/06/04           78.023         82.21       75.23             55.323

...

 

Like above, the results show me how usage would be increased or decreased based on prev usage value.

Now, I need to make alert trigger with this result to predict which center would need more ip list before it gets full.

Like, I want to check if it increased to more than 95% in 3months. 

 

How can I make that happen?

Thank you!

Labels (1)
0 Karma
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...