Skip to main content

Filtering & Tracing

The POS Monitoring tool provides powerful filters to help you find exactly the traces you need — whether you're debugging a specific reservation or monitoring overall health.

Basic Filters

These filters are always visible on the dashboard:

FilterDescription
From / ToDate and time range
VenueFilter by a specific restaurant
RMSFilter by reservation system (e.g. Zenchef, SevenRooms)
POSFilter by POS system (e.g. Oracle Simphony, Atlas)
Flow TypeDirection of communication (see below)
StatusAll, Success, or Failed

Flow Type Filter

Isolate communications by direction:

Flow TypeDescription
AllShow all communication flows
RMS to MozrestYour RMS sending reservation events to Mozrest
Mozrest to POSMozrest forwarding data to the POS (order creation, updates)
Mozrest to RMSMozrest sending POS data back to your RMS (invoices, check data)
POS to MozrestThe POS sending webhook notifications to Mozrest

Click Advanced Search to reveal additional filters for tracing specific transactions:

FieldDescription
RMS Reservation IDYour reservation identifier
RMS Reservation ReferenceYour reservation reference number
POS Order IDThe order identifier assigned by the POS
POS Check NumberThe check number for a specific transaction

Tracing a Reservation End-to-End

When you need to follow a specific reservation through the entire RMS → Mozrest → POS chain:

  1. Get the identifier — your reservation ID, reference, or the POS check number from the venue.
  2. Open Advanced Search and enter it in the appropriate field.
  3. Review all matching traces — you'll see the full communication chain: your RMS sending the event to Mozrest, and Mozrest forwarding it to the POS.
  4. Click into individual traces to inspect payloads, responses, and errors.

Example

A venue reports that a guest was seated but the POS didn't open an order:

  1. Enter the RMS Reservation ID in Advanced Search.
  2. Check if a trace exists for RMS → Mozrest — did your system send the event?
  3. Check if a trace exists for Mozrest → POS — did Mozrest forward it?
  4. If the Mozrest → POS trace shows FAILED, click into it to see the POS error response.

This tells you immediately whether the issue is on your side (event not sent), Mozrest's side (not forwarded), or the POS side (returned an error).