Dashboard operations

This section of the Fauna query log documentation describes how to request and download logs and how to work with account keys.

Prerequisites

To upgrade your plan to the Pro or Enterprise plan:

  1. Click the UPGRADE button at the top-right of the Dashboard page.

  2. Follow the prompts to enter your company and billing information.

  3. Click the SAVE button to complete the upgrade.

    • Query logs are downloaded as compressed .gz files. If needed, install an archive file compression utility program to unzip the log files.

Request logs for a database

To request logs:

  1. Log in to the Dashboard.

  2. Choose Explorer in the left navigation panel and hover over the database for which you want to get logs.

  3. On the right of your database row, click the Export Logs icon.

  4. In the Export logs dialog, use the data picker to define a UTC Start time and End time for the log interval.

  5. Click the EXPORT button. Your request is confirmed.

  6. Choose Logs in the left navigation panel to view and download your requested logs.

Download and inspect logs

The download log file is a gzip-compressed JSON+L file, with one JSON object per line representing a log entry.

To get the log file:

  1. Log in to the Dashboard.

  2. Choose Logs in the left navigation panel to display the available log files.

  3. In the DOWNLOAD column on the row associated with the log you want, click the download icon to initiate the download.

  4. When the download completes to your local directory, unzip the file to view the log data, which is in JSONL format, where every line is a separate log entry.

    See the Log record format reference for field descriptions.

Is this article helpful? 

Tell Fauna how the article can be improved:
Visit Fauna's forums or email docs@fauna.com

Thank you for your feedback!