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 (2)
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...