I'd like to have a user field as part of the ossecbase database. I
won't actually be using it for BASE, so having the user available will
make my MySQL queries much more meaningful. I know next to nothing
about Perl, but took a look at the ossec2mysql.pl script, anyway. From
the best I can tell, it captures the user name but does not insert it
into the database. Was that simply because there was no good place in
BASE to put it? How can I modify the script so that the user is added
as a record with each event? Thanks in advance.