On Wed Dec 19, 2007 at 03:51:56 +0800, [EMAIL PROTECTED] wrote:
> Package: asql
> Version: 0.6-1
> Severity: minor
> 
> What a surprise that the timestamps
>    [17/Dec/2007:18:19:09 -0800]
> (and perhaps other fields?) are not available to the user!

  That is correct.  The regular expression currently used to parse
 logfiles is incomplete.  If you run the 'show' command you will see
 the currently understood fields:


  id      - ID of the request
  source  - IP, or hostname, which made the request.
  request - The HTTP request
  status  - The HTTP status-code returned
  size    - The size of the response served, in bytes.
  method  - The HTTP method invoked (GET, PUT, POST etc).
  referer - The HTTP referer (sic).
  agent   - The User-Agent which made the request.
  version - The HTTP version used by this client.

  Off the top of my head that is missing three pieces of information:

    1.  Date.
    2.  Time.
    3.  Remote-User (for HTTP-basic AUTH).

  I will endeavor to update the parsing to add these fields in the
 next release.  In the meantime any patch is welcome ..

Steve
-- 
Debian GNU/Linux System Administration
http://www.debian-administration.org/




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to