Web - Log (Http log)

About

A Web Log is a log file that logs information over a request and response.

Example

See:

Content

The information that may be listed in a http server log are information about:

  • the http request and response
  • the tcp connection

Example:

Property Description
bytes_sent the number of bytes sent to a client
request_length request length
request_time request processing time in seconds
status response status
method The request method
time local time

And they are configurable.

Client IP Restoration

If you are behing a proxy, the request ip will be the IP of the proxy and not of the client. Every web server permits to restore the client IP (to set the IP of the client). See Client IP restoration.





Discover More
Card Puncher Data Processing
Apache - Web Log (Activity Log)

in Apache The format of the Apache log file in Grok is: This is an example of a table to parse the apache log file with hive
HTTP - Request IP Address

The users / original IP address of a request is stored in the following headers without proxy: X_REAL_IP with proxy: geolocalization of your users An HTTP reverse proxy uses non-standard headers...
Data System Architecture
Logging - Level

The level of a log message dictates it severity. syslog (5424RFC5424) specifies that the order of severity is assumed to be numerically ascending from most important to least important. Example:...
Nginx - Log (log_format)

This article is the Web/HTTP log of nginx. The log is: available via the ngx_http_log_module module part of the diagnostic tools. This...
Java Conceptuel Diagram
Vert.x - Web Logger

in Vert.x io/vertx/ext/web/handler/LoggerHandlerLoggerHandler is a handler which logs request information to the Vert.x logger. Example with the DEFAULT LoggerFormat....
Card Puncher Data Processing
Web Analytics - Pixel (1×1 gif, Clear Gif)

Tracking pixels (aka beacon, 1×1 gif, or clear gif) is a tracker that allow for tracking where a POST requests are disallowed (mostly to track Open Email), but where you can embed an image that will perform...
Regexp
What is Grok? and example

Grok is an extension of regular expressions that supports expressions as variables (so they can be reused) In this example, we will construct an expression that matches the part of a string time...



Share this page:
Follow us:
Task Runner