<html> <b>NAME</b><br> slowedit delete - remove an event or all an IP number's events from the database <p> <b>SYNOPSIS</b><br> <code><ul> <b>slowlist</b> switches <b>delete</b> IP_number [date/time] </ul></code> <p> <b>DESCRIPTION</b><br> <b>slowedit delete</b> removes an event from the database, or removes all events for an IP number from the database. The IP number must be present, and must be specified as a dotted quad (like ``192.168.1.2''). IPv6 addresses are not supported yet. <p> The <b>date/time</b> is optional and if absent, causes <i>all</i> the events for the IP number to be <i>removed</i> from the database. <p> If the removal of all events is successful, the following will be printed and logged (where <i><code>user</code></i> is your login name): <br><code><ul> slowedit: <i>user</i> successfully deleted 1.2.3.4, event all-events </ul></code> <p> If the <b>date/time</b> is present only that event is removed. The <b>date/time</b> must be in the following form: <br><code><ul> MM.DD.YYYY.HH.MM.SS </ul></code> The dots shown separating the mandatory components may be any character other than a letter, digit, or dash. The easiest way to specify the <b>date/time</b> is by copying and pasting from a <a href="list.html">list</a> command: <br><code><ul> 2.3.4.5: <b>11/25/2003.08:11:32</b> er=5,hr=0,ho=0,br=0,msgid= </ul></code> The following command, for example: <br><code><ul> slowedit delete 2.3.4.5 11/25/2003.08:11:32 </ul></code> will cause just that event to be removed, and will cause the following message to print and log: <br><code><ul> slowedit: <i>user</i> successfully deleted 2.3.4.5, event 11/25/2003.08:11:32 </ul></code> </body> </html>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 3998 | bryan_costales |
Brought the whole distribution up to V0.9 Added a huge abount of documentation. Added slowedit find Created startup scripts to launch for testing Fixed numerous bugs. Fixed a few portablity issues. Installed hooks for whitelisting and IP aliases. |