Events log

System log is an internal registry of users activities which influence system state (login information, administrative actions, etc.). Please refer to the Log messages section for a list of key log messages.


To display system log contents, select Settings > Events log.

../../_images/5-5-event-log.png

Filtering logs by date and time

Logs can be filtered by date and time directly from the date bar located above the log list. Additionally, there is a set of commonly used date range filters, such as Today, Last 24 Hours, This Week, Last 1 Hour, Last 1 Year, etc., accessible through the calendar icon.

../../_images/5-5-event-log-date.png

External syslog servers

Note

  • Fudo Enterprise communicates with the syslog server over UDP protocol.
  • Messages to the syslog server are send through an interface with the i option enabled, with an IP address that the target host’s network is reachable from or using the default gateway. For more information, refer to the Network interfaces configuration section.

Adding a Syslog server

To add a Syslog server, proceed as follows.

  1. Select Settings > Events log.
  2. Click Configure syslog to display syslog servers configuration settings.
  3. Select Enable events logging on syslog servers option to activate sending logs to defined syslog servers.
  4. Select Enable sending debug logs option to activate sending debug logs within messages to defined syslog.
  5. Select Enable sending object names option to activate sending object names within messages to defined syslog.
  6. Provide server’s IP address and port number.
  7. Click Save.
../../_images/5-5-event-log-syslog.png

Note

  • Log entries sent to syslog servers are formatted as follows:

    [level] TIMESTAMP TAG[PID]: MESSAGE

    where:

    • level – log level (optional),
    • TIMESTAMP – time of the log entry,
    • TAG – component or module name,
    • PID – process ID,
    • MESSAGE – the actual log message.
  • Example:

    May 29 05:51:08 fudo[49411]: [INFO] (api) (type: admin) (subject: 9034220852505214977) (fudo_user: 9034220852505214977) (fudo_safe: 9034220852505214977) FAI0876 Administrator admin connected safe main to user admin at position 0.

  • For detailed list of log messages, refer to the Log messages topic.

Editing Syslog server definition

To edit a Syslog server definition, proceed as follows.

  1. Select Settings > Events log.
  2. Click Configure syslog to display syslog servers configuration settings.
  3. Find and edit desired syslog server definition.
  4. Click Save.

Deleting Syslog server definition

To delete a Syslog server definition, proceed as follows.

  1. Select Settings > Events log.
  2. Click Configure syslog to display syslog servers configuration settings.
  3. Find desired server definition and click i.
  4. Click Save.

Exporting events log

To export events log entries, proceed as follows.

  1. Select Settings > Events log.
  2. Click Export logs and select where to save exported log entries.
../../_images/5-5-event-log-export.png

Related topics: