Skip to main content

Live Trail in ObserveOps

The Live Trail gives you a real-time stream of every log arriving in ObserveOps. Use it to confirm your log sources are sending data, verify that timestamps are being extracted correctly, and check what's flowing through the system before you build or adjust pipelines.

Prerequisites

  • Log ingestion is configured. See Log Ingestion.
  • You have access to Settings > Observability Pipeline > Log Pipeline.

How It Works

The Live Trail streams logs as they arrive. ObserveOps extracts the timestamp from each log automatically. For at least 95% of all log types, the correct timestamp is extracted. For the remaining cases where extraction is not possible, ObserveOps uses the ingestion time as the timestamp.

Access the Live Trail

Go to Settings > Observability Pipeline > Log Pipeline, then click Live Trail to expand the section.

Live Trail screen showing real-time log stream with TIMESTAMP, MESSAGE, and EVENT SOURCE columns

Click Start to begin streaming. The stream shows logs as they arrive.

What You See

Each row in the Live Trail shows three columns:

ColumnDescription
TIMESTAMPThe timestamp extracted from the log. When extraction fails, this shows the ingestion time.
MESSAGEThe full log message as it arrived
EVENT SOURCEThe source that sent this log

Log Detail Panel

Click any log in the Live Trail to open a detail panel. The panel shows all parsed fields for that log — the same view as Log Explorer.

Live Trail log detail panel showing Severity, Event Source, Event Type, Event Category, and all Event Attributes for a selected log

The detail panel shows:

  • Severity, Event Source, Event Type, Event Category at the top
  • All Event Attributes in a table with field names and values
tip

Use the Live Trail as your first check whenever you add a new log source. Confirm logs are arriving and timestamps look correct before you build parsers.