# Packages
Package arangodb is a parser for ArangoDB logs.
Package htjson (honeytail-json, renamed to not conflict with the json module) parses logs that are one json blob per line.
Package keyval parses logs whose format is many key=val pairs.
Package mongodb is a parser for mongodb logs.
Package mysql parses the mysql slow query log.
Package mysqlaudit consumes mysql audit logs.
Package nginx consumes nginx logs.
Package postgresql contains code for parsing PostgreSQL slow query logs.
No description provided by the author
# Structs
ExtRegexp is a Regexp with one additional method to make it easier to work with named groups.