Skip to main content
Coreflux HUB route card for MyS7Route with context menu open, showing Configuration, Monitor, and Documentation options

Why Monitor Routes?

You need to know whether a route is running correctly — whether it is connected, how many messages it has processed, and whether there are errors. The Monitor window gives you live status metrics and real-time logs filtered to a single route, so you can troubleshoot without searching through broker-wide output.

When to Use It

  • Verifying connectivity — Confirm that a route is connected to its target system after creation or configuration changes
  • Tracking activity — Check message counts and error rates to validate that events and mappings are executing
  • Troubleshooting connections — See why a route failed to connect using status details and log entries
  • Exporting for analysis — Download filtered logs as JSON, CSV, or LOG for offline review

Accessing the Monitor

Open the Routes Manager, click on a route card, and select Monitor. The Monitor window opens with two tabs: Status and Logs.
Coreflux HUB Routes Manager showing how to click a route card and select Monitor to open the monitoring window

Status Tab

The Status tab displays live metrics from the broker for the selected route.
Coreflux HUB Monitor window for MyS7Route showing Connected status, Green health, 811 messages, 0 errors, activity timeline, and raw JSON with uptime and timestamps
FieldDescription
ConnectionWhether the route is currently connected to its target
HealthHealth indicator (Green, Yellow, Red) based on error rates
MessagesTotal messages processed, with success and failure counts
ErrorsTotal and consecutive error counts
The Activity Timeline shows timestamps for last activity, last success, and last error. The Advanced: Raw JSON section shows the full status payload from the broker, including uptime and connection timestamps.

Logs Tab

The Logs tab shows real-time log entries filtered to the selected route.
Coreflux HUB Monitor window Logs tab for MyS7Route showing INFO log entries with timestamp, category, name, outcome, and description, plus ALL/FATAL/ERROR/WARN/INFO filters, JSON format selector, Export button, and Clear Logs

Filter by Level

Use the filter buttons to show only certain log levels:
FilterDescription
ALLShow all log entries
FATALFatal errors only
ERRORErrors only
WARNWarnings only
INFOInformational messages only

Log Entry Fields

Each log entry displays:
FieldDescription
TimestampWhen the event occurred
Log levelFATAL, ERROR, WARN, or INFO
CategoryEvent category (e.g., Action, Event)
NameEvent or action name
OutcomeSuccess or failure
DescriptionDetailed message or structured data

Export

Use the export dropdown to choose a format:
  • JSON — Structured export for parsing or integration
  • CSV — Spreadsheet-friendly format
  • LOG — Plain text log file
Click Export to download the filtered logs.
Coreflux HUB Route Logs showing a Logs Exported toast confirming Exported 3 logs as JSON, with the same log entries and export controls visible

Clear Logs

Use Clear Logs to remove displayed entries from the view. This does not affect the broker — it only clears the HUB display.

Next Steps

Routes Configuration

Edit route settings if status or logs show connection or configuration issues.

Broker Logs

View broker-wide logs for system-level troubleshooting.