Monitoring Splunk

Configuring Disk space alert for Windows server

jcrival
New Member

Helo, I am new using Splunk. I have installed Splunk forwarder on Windows 2003 server. I would like to configure an alert so everytime the disk is getting full an email would be sent to my email address. The same if the server was turned off or not detected in the network. Could you plase help me?

regards,

Jose Rivera

Tags (1)
0 Karma

JSapienza
Contributor

If you are already collecting WMI data you can build a search like such:

sourcetype="WMI:FreeDiskSpace"  PercentFreeSpace<10 

Otherwise you will need to Enable some WMI inputs and you should read this: Monitor WMI-based data

After you are getting the intended search results , follow this About Alerts to create an alert that meets your needs.

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...