SYNOPSIS
slowlist switches delete IP_number [date/time]
DESCRIPTION
slowedit delete 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.
The date/time is optional and if absent, causes all the events for the IP number to be removed from the database.
If the removal of all events is successful, the following will be
printed and logged (where user
is your login name):
slowedit: user successfully deleted 1.2.3.4, event all-events
If the date/time is present only that event is removed.
The date/time must be in the following form:
The dots shown separating the mandatory components may be any character
other than a letter, digit, or dash. The easiest way to specify the
date/time is by copying and pasting from a
list command:
MM.DD.YYYY.HH.MM.SS
The following command, for example:
2.3.4.5: 11/25/2003.08:11:32 er=5,hr=0,ho=0,br=0,msgid=
will cause just that event to be removed, and will cause the following message
to print and log:
slowedit delete 2.3.4.5 11/25/2003.08:11:32
slowedit: user successfully deleted 2.3.4.5, event 11/25/2003.08:11:32