<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Splunk Alert for disk space usage in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Alert-for-disk-space-usage/m-p/336065#M3028</link>
    <description>&lt;P&gt;I have a query that monitors DiskSpace usage and sends out alert if the diskspace goes up more then 80 percent. My Splunk account has a limit on realtime alert and i have more then 1 mongo servers so I tried using host "mongo*" since they are Mongo1, mongo2 ..&lt;BR /&gt;
so this way I have just 1 alert for all the mongo server.&lt;/P&gt;

&lt;P&gt;The alert works corrects but I get lot of emails about different servers.; I need a configuration or a query  where I get just 1 alert which shows all the mongo servers that surpass 80 percent threshold instead of 10 different email.&lt;/P&gt;

&lt;P&gt;Can someone help???&lt;/P&gt;

&lt;P&gt;below is the query that I am using&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host="MONGO*" sourcetype=df | multikv fields Filesystem Type Size Used Avail UsePct MountedOn | convert auto(UsePct) | where UsePct&amp;gt;80
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 11 Dec 2017 17:07:23 GMT</pubDate>
    <dc:creator>shakeel253</dc:creator>
    <dc:date>2017-12-11T17:07:23Z</dc:date>
    <item>
      <title>Splunk Alert for disk space usage</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Alert-for-disk-space-usage/m-p/336065#M3028</link>
      <description>&lt;P&gt;I have a query that monitors DiskSpace usage and sends out alert if the diskspace goes up more then 80 percent. My Splunk account has a limit on realtime alert and i have more then 1 mongo servers so I tried using host "mongo*" since they are Mongo1, mongo2 ..&lt;BR /&gt;
so this way I have just 1 alert for all the mongo server.&lt;/P&gt;

&lt;P&gt;The alert works corrects but I get lot of emails about different servers.; I need a configuration or a query  where I get just 1 alert which shows all the mongo servers that surpass 80 percent threshold instead of 10 different email.&lt;/P&gt;

&lt;P&gt;Can someone help???&lt;/P&gt;

&lt;P&gt;below is the query that I am using&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host="MONGO*" sourcetype=df | multikv fields Filesystem Type Size Used Avail UsePct MountedOn | convert auto(UsePct) | where UsePct&amp;gt;80
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Dec 2017 17:07:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Alert-for-disk-space-usage/m-p/336065#M3028</guid>
      <dc:creator>shakeel253</dc:creator>
      <dc:date>2017-12-11T17:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert for disk space usage</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Alert-for-disk-space-usage/m-p/336066#M3029</link>
      <description>&lt;P&gt;You can run a search and output it to a table with whatever fields you want to display and alert on&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;host="MONGO*" sourcetype=df | multikv fields Filesystem Type Size Used Avail UsePct MountedOn | convert auto(UsePct) | where UsePct&amp;gt;80 | table host  Filesystem Type Size Used Avail UsePct MountedOn&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;When you save this search as an alert set your trigger conditions to:&lt;BR /&gt;
- Number of Results is greater than 0&lt;BR /&gt;
- Trigger Once&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 17:53:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Alert-for-disk-space-usage/m-p/336066#M3029</guid>
      <dc:creator>rphillips_splk</dc:creator>
      <dc:date>2017-12-11T17:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert for disk space usage</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Alert-for-disk-space-usage/m-p/336067#M3030</link>
      <description>&lt;P&gt;thank you the query worked&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 19:32:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Alert-for-disk-space-usage/m-p/336067#M3030</guid>
      <dc:creator>shakeel253</dc:creator>
      <dc:date>2017-12-12T19:32:30Z</dc:date>
    </item>
  </channel>
</rss>

