Alerting

Why was the false alert triggered?

majilan1
Path Finder

Hi Folks,

I can't see what would have caused the false alert to triggered: when I checked this directory I can see plenty of space :

Size: 500g   Used: 9.6g   Avail: 491g  use%: 2%

the query looks like this:

index=a sourcetype=b  MountedON="d" PercentUsedSpace >  90

| stats latest(PercentUsedSpace) as PercentUsedSpace latest(Avail) as Avail latest(Used) as Used latest(UsePct) as UsePct by MountedON

| fields MountedON UsePct Used Avail

| rename MountedON as "Mount" UsePct as "Percent Used" Used as "Used Space" Avail as "Available Space"

 

Labels (1)
0 Karma

vishalduttauk
Communicator

Hi @majilan1,

 

I have a number of alerts based on something similar and this is the search I use. The search doesn't look at the D drive but you can always add in mount="D:".

source="PerfmonMK:LogicalDisk" instance!= C: instance!=_Total %_Free_Space<10

0 Karma
Get Updates on the Splunk Community!

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...

[Live Demo] Watch SOC transformation in action with the reimagined Splunk Enterprise ...

Overwhelmed SOC? Splunk ES Has Your Back Tool sprawl, alert fatigue, and endless context switching are making ...

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...