Understanding Portal Log Messages
  • 1 Minute to read
  • Dark
    Light
  • PDF

Understanding Portal Log Messages

  • Dark
    Light
  • PDF

Article Summary

CTERA products generate log messages upon various events. The log messages are divided by severity levels.

SeverityRequired Response
EmergencySystem is unusable.
AlertAction must be taken immediately.
ErrorError condition. Action must be taken as soon as possible.
WarningWarning messages. An indication that an error may occur if action is not taken.
NoticeNormal but significant condition.
InfoInformational message.
DebugDebug-level messages, useful for debugging and troubleshooting.
TraceTrace-level messages, used by CTERA support for debugging and troubleshooting.

Within each severity level, the log messages are divided in to topics. These topics enable you to understand the source of the message. For example, messages dealing with signing-in are included in the access topic.

Log messages are divided in to the following topics:

  • Access
  • Accounting
  • Antivirus
  • Audit
  • Backup
  • Cloud sync
  • Files
  • Permanent deletion
  • Sync
  • System

Example 1

Assume the following CTERA Portal log message is received:

info,Login,Portal,,2023-10-11T01:32:05,,CTTP,Administration,Client logged in to portal,172.21.1.15,,topic: access

The first word indicates that this is an info message, and the next two words indicate that it is related to logging into the portal.

The message is Client logged in to portal

The additional attribute values are:
The protocol usedCTTP
The client IP address172.21.1.15
The actionLogin

The message is also timestamped (2023-10-11T01:32:05) with the type of message (topic: access).

Example 2

Assume the following CTERA Portal log message is received:

error,Login,Portal,,2023-10-11T13:10:00,,,CTTP,Client login to portal failed,,,failedPortal: portal.myportal.com reason: Login failed: Portal portal.myportal.com does not exist failedDevice: IT topic: access

The first word indicates that this is an error message, and the next two words indicate that it is related to logging into the portal.

The message is Client login to portal failed

The additional attribute values are:
The client IP address172.21.1.15
The failed device – IT
The portal that could not be logged in toportal.myportal.com
The reasonLogin failed: Portal portal.myportal.com does not exist
The protocol usedCTTP
The actionLogin

The message is also timestamped (2023-10-11T13:10:00) with the type of message (topic: access).


Was this article helpful?