In AutoPilot, event logs are stored under:
/opt/nastel/AutoPilotM6/logs
They contain timestamps in epoch format (e.g., time=1754100630613).
This format is optimized for system processing and may not be immediately human-readable when opened directly from the filesystem.
To make log analysis easier, AutoPilot provides a built-in way to view the same events with properly formatted timestamps.
Recommended Method: Use Enterprise Manager
The preferred way to view DOMAIN or CEP event logs is via the Enterprise Manager interface.
Open Enterprise Manager.
Right-click the target DOMAIN or CEP
Select “View Events.”
From the Logs drop-down, choose the desired log type (e.g., Policies, Services, or System).
The logs will now be displayed with human-readable timestamps, such as:
08-07 12:06:17
Example
Log entry in file:
{time=1754100630613, severity=INFO, source=CEP, message="Policy triggered..."}Readable in Enterprise Manager:
08-07 12:06:17 [INFO] Policy triggered...