Log Patterns

The fake log generator provided by Visor currently supports Apache access log format and error format.

Apache Access Log

127.0.0.1 user-identifier frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326

  • '127.0.0.1' is the IP address of the client.

  • 'user-identifier' is the RFC 1413 identity of the client, here we always set it to be '-'.

  • 'frank' should be the UserID of the client.

  • '[10/Oct/2000:13:55:36 -0700]' is the time that the request was received.

  • '"GET /apache_pb.gif HTTP/1.0"' is the request line from the client

  • '200' is the HTTP status code.

  • '2326' is the size of the object returned to the client.

Apache Error Log

[Wed Oct 11 14:32:52 2000] [ERROR] [pid 35708:tid 4328636416] [client 127.0.0.1] client denied by server configuration: /export/home/live/ap/htdocs/test

  • '[Wed Oct 11 14:32:52 2000]' is the time.

  • '[ERROR]' is the message level.

  • '[pid 35708:tid 4328636416]' is the process ID.

  • '[client 127.0.0.1]' is the client address.

  • 'client denied by server configuration: /export/home/live/ap/htdocs/test' is the detailed error message.

'

results matching ""

    No results matching ""