Logging Discarded Packets
ClearBox can log discarded packets content to some data store
using a SQL command. A packet can be discarded when a packet sender
is unknown, unproperly formed, not signed correctly due to
mismatching shared secrets, etc. This information is logged to a
log file but may be useful when quick remote access to this data is
needed.
These settings are global and don't depend on any realm
settings.
Click Error reporting under
Realms:
Use SQL command to log discarded packets. Use
this option to turn on logging.
Data source. Select a configured data store
where packets are logged.
SQL command. Type in the SQL command here which
inserts data in a database table. The command should not retrieve
any data. A command may include special keys ($u, $c, $n,
$s) and any request attributes (read
more).
Sample command: insert into DiscardedRequests(Host,
Username) values('$c','{User-Name}')
Click Apply Changes after any changes to these
settings.
© 2001-2007 XPerience Technologies. www.xperiencetech.com
|