Compute@Edge log streaming: LogDNA

Fastly's Real-Time Log Streaming feature for Compute@Edge services can be configured to send logs in a format that is readable by LogDNA. LogDNA is a cloud-based log management system that aggregates system and application logs into a single location.

NOTE

Fastly does not provide direct support for third-party services. Read Fastly's Terms of Service for more information.

Prerequisites

Before adding LogDNA as a logging endpoint for Fastly Compute@Edge services, you'll need to perform the following steps:

  • Sign up for a LogDNA account if you don't already have one. You can sign up for a free (but restricted plan) or upgrade a LogDNA plan to include more features.
  • Set up a new LogDNA syslog source via the LogDNA web application by following their account-tailored log source instructions. Be sure to make note of the port number displayed at the end of the syslog URL when you complete set up. This is the port number you'll enter when setting up LogDNA as a logging endpoint for Fastly.

Adding LogDNA as a logging endpoint

  1. Review the information in our guide to setting up remote log streaming for Compute@Edge. Additionally, our developer documentation provides more information about logging with Compute@Edge code written in Rust, AssemblyScript, and JavaScript.
  2. Click the LogDNA (via Syslog) Create endpoint button. The Create a Syslog endpoint page appears.
  3. Fill out the Create a Syslog endpoint fields as follows:
    • In the Name field, enter the endpoint name you specified in your Compute@Edge code. For example, in our Rust code example, the name is my_endpoint_name.
    • In the Syslog address field, enter syslog-a.logdna.com. In the port field after the colon, enter the LogDNA port number you noted during your LogDNA account setup.
    • From the TLS menu, select Yes to enable encryption for the Syslog endpoint. The TLS Hostname and TLS CA Certificate fields will both appear.
    • In the TLS Hostname field, enter syslog-a.logdna.com. This is the hostname Fastly will use to verify the Syslog server's certificate.
  4. Click the Advanced options link of the Create a Syslog endpoint page and decide which of the optional fields to change, if any.
  5. Fill out the Advanced options of the Create a Syslog endpoint page as follows:
    • In the Select a log line format area, select the log line format for your log messages. Our guide on changing log line formats provides more information. This must be compatible with your LogDNA configuration.
  6. Click the Create button to create the new logging endpoint.
  7. Click the Activate button to deploy your configuration changes.

Logs should begin appearing in your LogDNA account a few seconds after you've created the endpoint and deployed your service.

Log messages can take on any format you choose because the log line format selected above will affect the overall line sent to and parsed by LogDNA.

Was this guide helpful?

Do not use this form to send sensitive information. If you need assistance, contact support.