Events

ESET Endpoint Antivirus for Linux related commands executed via Terminal and some more information is logged in the Events.

Each recorded action includes the following information: time the event occured, module (if available), event, user

Display events via Terminal

To display the content of Events via a Terminal window, use the lslog command-line tool.

Syntax: /opt/eset/eea/sbin/lslog [OPTIONS]

Options - short form

Options - long form

Description

-f

--follow

Wait for new logs and append them to the output

-o

--optimize

Optimize logs

-c

--csv

Display logs in CSV format.

-e

--events

List Event logs

-s

--scans

List On-Demand scan logs

-d

--detections

List Detection Log records

 

Examples

Display all event logs:

/opt/eset/eea/sbin/lslog -e

Save all event logs in CSV format to a file in the Documents directory of current user:

/opt/eset/eea/sbin/lslog -ec > /home/$USER/Documents/eventlogs.csv