Document @inhibited filter

This commit is contained in:
Łukasz Mierzwa
2017-04-17 16:05:24 -07:00
parent 0af0401c6d
commit 24ac803ee4
2 changed files with 21 additions and 1 deletions

View File

@@ -149,6 +149,26 @@
</table>
</td>
</tr>
<tr>
<td id="help-inhibited">
<code>@inhibited=(true false)</code>
</td>
<td>
<p>Match alerts based on inhibition status.</p>
<table class="table examples">
<tbody>
<tr>
<td><span class="label label-info">@inhibited=true</span></td>
<td>Match only inhibited alerts.</td>
</tr>
<tr>
<td><span class="label label-info">@inhibited=false</span></td>
<td>Match only non-inhibited alerts.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td id="help-silence_author">
<code>@silence_author(= != =~ !~)$value</code>

File diff suppressed because one or more lines are too long