Fastly's Real-Time Log Streaming feature for Compute@Edge services can send log files to Loggly. Loggly is an agent-less log collection and management tool.
Fastly does not provide direct support for third-party services. See Fastly's Terms of Service for more information.
Prerequisites
If you don't already have a Loggly account, you'll need to register for one. Follow the signup instructions on the Loggly website.
Follow the steps below to find your Loggly customer token:
-
Navigate to the Customer Tokens area in the Source Setup on your Loggly dashboard.
-
Make note of your Loggly customer token. Loggly uses this to associate data you send them with your account.
Adding Loggly as a logging endpoint
After you've created a Loggly account and obtained your customer token, follow these instructions to add Loggly as a logging endpoint for Fastly Compute@Edge services:
-
Review the information in our Setting Up Remote Log Streaming guide.
TIPOur developer documentation provides more information about logging with Compute@Edge code written in Rust, AssemblyScript, and JavaScript.
- Click the Loggly Create endpoint button. The Create a Loggly endpoint page appears.
- Fill out the Create a Loggly endpoint fields as follows:
- In the Name field, enter the name you specified in your Compute@Edge code. For example, in our Rust code example, the name is
my_endpoint_name
. - In the Token field, enter your Loggly customer token.
- In the Name field, enter the name you specified in your Compute@Edge code. For example, in our Rust code example, the name is
- Click the Create button to create the new logging endpoint.
- Click the Activate button to deploy your configuration changes.