LogDistiller HTTP servers' LogType

HTTP servers' log type reads commonly used CLF format of web servers, either Common Log Format or Combined Log Format.

Using HTTP servers' LogType

HTTP servers' log type extension is published in Maven Central repository:

<groupId>net.sf.logdistiller.logtypes</groupId>
<artifactId>http</artifactId>

Once added to your classpath, it is available in LogDistiller rule file:

<logtype id="http.CLF">
  <attributes>
    <provided>logSource,host,identity,userid,time,time.date,time.time,request,request.method,request.uri,request.protocol,status,size,referer,user-agent,user-agent.name,user-agent.version,user-agent.details,other</provided>
  </attributes>
</logtype>

Parameters available to this log type are published in its javadoc.