The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

eris::log::context::sudo - Parses the sudo key=value pairs into structured documents

VERSION

version 0.006

SYNOPSIS

Translates the sudo syslog lines containing "key=value" to structured documents.

METHODS

contextualize_message

Transforms the sudo syslog messages into structured data.

dev      => TTY
exe      => COMMAND
location => PWD
dst_user => USER
src_user => from the syslog header
action   => literal string 'execute'
file     => extracts just the executeable from the 'exe' parameter

SEE ALSO

eris::log::contextualizer, eris::role::context

AUTHOR

Brad Lhotsky <brad@divisionbyzero.net>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by Brad Lhotsky.

This is free software, licensed under:

The (three-clause) BSD License