circle-info
Version 2 is coming up

AWS Cloudfront

This page explains how to set up Amazon CloudFront real-time logs delivery to Limy

1

Step 1

In your AWS account, search for the Firehouse

2

Step 2

Create delivery select “Direct PUT” as source and “HTTP Endpoint” as destination

3

Step 3

  1. Configure the HTTP endpoint with the following URL format:

HTTPS Script provided to you by the Limy team 
  1. For authentication, provide your Profound API key as the access key (we recommend using AWS Secrets Manager for secure key storage).

// Some code
4

Step 4

5

  • Time and IP

    • date - Date when the request was completed

    • time - Time when the request was completed

    • c-ip - Client IP address

  • Request Details

    • cs-method - HTTP request method

    • cs(host) - Requested host header

    • cs-uri-stem - Request URI path

    • cs-uri-query - Request query string

    • cs(User-Agent) - Client user agent

    • cs(Referer) - Request referrer

  • Response Details

    • sc-status - HTTP response status

    • sc-bytes - Response size in bytes

    • time-taken - Request processing time

Additional Resources:

Last updated