- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
shakeel253
Explorer
10-18-2017
05:52 AM
The OS I am currently using is Redhat, i need help with the query that sends an alert if the DiskSpace goes over 70 percent
host="MONGO" sourcetype=df
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
10-18-2017
08:42 AM
Try this search. Schedule it to run at some interval (hourly, for example). Set the alert to trigger when the number of results is not zero.
host="MONGO" sourcetype=df | multikv fields Filesystem Type Size Used Avail UsePct MountedOn | convert auto(UsePct) | where UsePct>95
---
If this reply helps you, Karma would be appreciated.
If this reply helps you, Karma would be appreciated.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
10-18-2017
08:42 AM
Try this search. Schedule it to run at some interval (hourly, for example). Set the alert to trigger when the number of results is not zero.
host="MONGO" sourcetype=df | multikv fields Filesystem Type Size Used Avail UsePct MountedOn | convert auto(UsePct) | where UsePct>95
---
If this reply helps you, Karma would be appreciated.
If this reply helps you, Karma would be appreciated.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

kiril123
Path Finder
10-18-2017
06:42 AM
Go to Settings -> Monitoring console -> Settings -> Alerts Setup. Then select and configure the following:
DMC Alert - Near Critical Disk Usage
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
shakeel253
Explorer
10-18-2017
06:47 AM
thank you for the response, but i need a Splunk Query which can be changed to Alert
