You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.4 KiB

<dashboard>
<label>Home</label>
<row>
<panel>
<title>Welcome to Alert Schedule!</title>
<html>
<h2>Overview</h2>
<p>
This app gives you the ability to setup alert schedules which include normal working hours, holidays, and maintenance windows<br/>
</p>
<p>
This is done by
<ul>
<li>Configuring your alert schedules in the provided <a href="lookups">lookup files</a>
</li>
<li>Using the included macro, <b>`check_alerting_schedule(my_schedule_id)`</b> at the end of your alert searches</li>
<li>Configuring your alert to use a Custom Trigger Condition with the check for <b>alerts_active="true"</b></li>
</ul>
</p>
<h2>Alert Configuration</h2>
<ul>
<li>Example Alert can be found here <a href="/manager/alert_schedule/saved/searches/Example%20Alert?uri=%2FservicesNS%2Fnobody%2Falert_schedule%2Fsaved%2Fsearches%2FExample%2520Alert&amp;ns=alert_schedule&amp;action=edit">Example Alert</a></li>
<li>SPL to test the current state of an alert schedule (Note:'US' is the schedule_id field in the lookups)</li>
</ul>
| makeresults <br/>
| `check_alerting_schedule(US)`
<h2>Support</h2>
This app is community supported. <br/><br/>
Any bugs, enhancement requests, or general comments please send to <a href="mailto:eplett@splunk.com">Eric Plett</a>
</html>
</panel>
</row>
</dashboard>