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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...