ServerOps.ggbeta
GuidesLogs

Logs guides

Send events, search them in the dashboard, share findings with your staff. Start here for the Logs product.

Logs guides

The Logs product is a real search engine over every event your game server emits. These guides are organised by where you spend your time.

Dashboard guides

Everything in the Dashboard section is about using the Logs page in your browser. Searching, filtering, drilling into events, sharing findings, live-tailing, exporting. Written for server owners and staff, no programming required.

If you have never opened the Logs dashboard before, start with Quick start.

Query language

The SOQL reference documents the query language used by the dashboard search bar AND the /v1/query API endpoint. Operators, aggregations, examples, limits. Useful when you want to:

  • Write more precise queries than the click-to-filter pattern produces
  • Drive a Discord bot or external integration via the API
  • Build alerts (when alerting ships)

API reference

For programmatic access (POSTing events from your server, querying via HTTP), see the Logs API reference for endpoint-level detail. The query body uses the same SOQL syntax linked above.

On this page