Packages

package weblogs

Type Members

  1. case class HttpdLogItem(ip: String, date: Date, method: String, path: String, version: String, status: Int, amountOfBytes: Int, referer: String, userAgent: String) extends Product with Serializable

    Pipeline item that contains an entrie from an Apache Request log.

    Pipeline item that contains an entrie from an Apache Request log.

    ip

    IP Address of the requester

    date

    Date that the request is made

    method

    HTTP method

    path

    Path of request

    version

    Http version

    status

    HTTP Response status

    amountOfBytes

    Size of the request in bytes

    referer

    Referer

    userAgent

    Information about the user agent that made the request

Ungrouped