[][src]Module redeye::parser

Parsers for various access log formats

Structs

CombinedLogLineParser

Implementation of a LogLineParser that parses access logs in the NCSA Combined Log Format into an object suitable for being serialized into Logstash compatible JSON.

CommonLogLineParser

Implementation of a LogLineParser that parses access logs in the NCSA Common Log Format into an object suitable for being serialized into Logstash compatible JSON.

Traits

LogLineParser

Parse a single log line of a pre-determined format into an object suitable for being serialized into Logstash compatible JSON.