Splunk Search

How to create a (where) Alert parameter

albyva
Communicator

I'm using (where) to alert me if a field exceeds 80% but what I also need is to prevent it from
alerting if that field exceeds 100%. Here is what I have now:

| where bandwidth > 80

How can this be adjusted to be greater than 80, but less than 100?

Thanks,

Tags (1)
0 Karma
1 Solution

kristian_kolb
Ultra Champion

As you can see in the documentation for where, that is just a simple AND;

<your_search> | where bandwidth > 80 AND bandwidth < 100

http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Where

/K

View solution in original post

kristian_kolb
Ultra Champion

As you can see in the documentation for where, that is just a simple AND;

<your_search> | where bandwidth > 80 AND bandwidth < 100

http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Where

/K

albyva
Communicator

Great. Thanks. Guess I missed that one. 🙂

0 Karma
Get Updates on the Splunk Community!

The Payment Operations Wake-Up Call: Why Financial Institutions Can't Afford ...

The same scenario plays out across financial institutions daily. A payment system fails at 11:30 AM on a busy ...

Make Your Case: A Ready-to-Send Letter for Getting Approval to Attend .conf25

Hello Splunkers, Want to attend .conf25 in Boston this year but not sure how to convince your manager? We've ...

Community Spotlight: A Splunk Expert's Journey

In the world of data analytics, some journeys leave a lasting impact not only on the individual but on the ...