Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21f1fc68b03cf3e

Jump to content

Talk:Extended Log Format

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 12 years ago by Abdull in topic Better example

Better example

[edit]

This article says that "[...] ELF files provide more information [than CLF]" and currently provides the following example:

#Version: 1.0
#Date: 12-Jan-1996 00:00:00
#Fields: time cs-method cs-uri
00:34:23 GET /foo/bar.html
12:21:16 GET /foo/bar.html
12:45:52 GET /foo/bar.html
12:57:34 GET /foo/bar.html

The CLF article currently provides the following example:

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

Judging from these two examples, it is not clear why ELF would provide more information, and in this particular case ELF actually provides less information than CLF. What is a good example that shows the full information set of ELF? --Abdull (talk) 21:28, 12 March 2014 (UTC)Reply