Amazon CloudFront Logs
CloudFront standard logs provide detailed records about every request made to a distribution.
You can create a log ingestion into Amazon OpenSearch Service either by using the Centralized Logging with OpenSearch console or by deploying a standalone CloudFormation stack.
Important
- The CloudFront logging bucket must be the same region as the Centralized Logging with OpenSearch solution.
- The Amazon OpenSearch Service index is rotated on a daily basis by default, and you can adjust the index in the Additional Settings.
Create log ingestion (OpenSearch Engine)
Using the Console
- Sign in to the Centralized Logging with OpenSearch Console.
- In the navigation pane, under Log Analytics Pipelines, choose Service Log.
- Choose the Create a log ingestion button.
- In the AWS Services section, choose Amazon CloudFront.
- Choose Amazon OpenSearch, and choose Next.
- Under Specify settings, choose Automatic or Manual for CloudFront logs enabling. The automatic mode will detect the CloudFront log location automatically.
- For Automatic mode, choose the CloudFront distribution and Log Type from the dropdown lists.
- For Standard Log, the solution will automatically detect the log location if logging is enabled.
- For Real-time log, the solution will prompt you for confirmation to create or replace CloudFront real-time log configuration.
- For Manual mode, enter the CloudFront Distribution ID and CloudFront Standard Log location. (Note that CloudFront real-time log is not supported in Manual mode)
- (Optional) If you are ingesting CloudFront logs from another account, select a linked account from the Account dropdown list first.
- Choose Next.
- In the Specify OpenSearch domain section, select an imported domain for Amazon OpenSearch domain.
- Choose Yes for Sample dashboard if you want to ingest an associated templated Amazon OpenSearch Service dashboard.
- You can change the Index Prefix of the target Amazon OpenSearch Service index if needed. The default prefix is the CloudFront distribution ID.
- In the Log Lifecycle section, input the number of days to manage the Amazon OpenSearch Service index lifecycle. The Centralized Logging with OpenSearch will create the associated Index State Management (ISM) policy automatically for this pipeline.
- In the Log processor settings section, choose Log processor type, and configure the Lambda concurrency if needed. Choose Next.
- Add tags if needed.
- Choose Create.
Using the CloudFormation Stack
This automated AWS CloudFormation template deploys the Centralized Logging with OpenSearch - CloudFront Standard Log Ingestion template in the AWS Cloud.
Launch in AWS Console | Download Template | |
---|---|---|
AWS Regions | Template | |
AWS China Regions | Template |
-
Log in to the AWS Management Console and select above button to launch the AWS CloudFormation template. You can also download the template as a starting point for your own implementation.
-
To launch the stack in a different AWS Region, use the Region selector in the console navigation bar.
-
On the Create stack page, verify that the correct template URL shows in the Amazon S3 URL text box and choose Next.
-
On the Specify stack details page, assign a name to your solution stack.
-
Under Parameters, review the parameters for the template and modify them as necessary. This solution uses the following parameters.
Parameter | Default | Description |
---|---|---|
Log Bucket Name | <Requires input> |
The S3 bucket name which stores the logs. |
Log Bucket Prefix | <Requires input> |
The S3 bucket path prefix which stores the logs. |
Log Source Account ID | <Optional input> |
The AWS Account ID of the S3 bucket. Required for cross-account log ingestion (Please add a member account first). By default, the Account ID you logged in at Step 1 will be used. |
Log Source Region | <Optional> |
The AWS Region of the S3 bucket. By default, the Region you selected at Step 2 will be used. |
Log Source Account Assume Role | <Optional> |
The IAM Role ARN used for cross-account log ingestion. Required for cross-account log ingestion (Please add a member account first). |
KMS-CMK ARN | <Optional> |
The KMS-CMK ARN for encryption. Leave it blank to create a new KMS CMK. |
Enable OpenSearch Ingestion as processor | <Optional> |
Ingestion table Arn. Leave empty if you do not use OSI as Processor. |
S3 Backup Bucket | <Requires input> |
The S3 backup bucket name to store the failed ingestion logs. |
Engine Type | OpenSearch | The engine type of the OpenSearch. Select OpenSearch or Elasticsearch. |
OpenSearch Domain Name | <Requires input> |
The domain name of the Amazon OpenSearch cluster. |
OpenSearch Endpoint | <Requires input> |
The OpenSearch endpoint URL. For example, vpc-your_opensearch_domain_name-xcvgw6uu2o6zafsiefxubwuohe.us-east-1.es.amazonaws.com |
Index Prefix | <Requires input> |
The common prefix of OpenSearch index for the log. The index name will be <Index Prefix>-<Log Type>-<Other Suffix> . |
Create Sample Dashboard | Yes | Whether to create a sample OpenSearch dashboard. |
VPC ID | <Requires input> |
Select a VPC which has access to the OpenSearch domain. The log processing Lambda will reside in the selected VPC. |
Subnet IDs | <Requires input> |
Select at least two subnets which have access to the OpenSearch domain. The log processing Lambda will reside in the subnets. Make sure the subnets have access to the Amazon S3 service. |
Security Group ID | <Requires input> |
Select a Security Group which will be associated with the log processing Lambda. Make sure the Security Group has access to the OpenSearch domain. |
Number Of Shards | 5 | Number of shards to distribute the index evenly across all data nodes. Keep the size of each shard between 10-50 GB. |
Number of Replicas | 1 | Number of replicas for OpenSearch Index. Each replica is a full copy of an index. If the OpenSearch option is set to Domain with standby, you need to configure it to 2. |
Age to Warm Storage | <Optional> |
The age required to move the index into warm storage (e.g. 7d). Index age is the time between its creation and the present. Supported units are d (days) and h (hours). This is only effective when warm storage is enabled in OpenSearch. |
Age to Cold Storage | <Optional> |
The age required to move the index into cold storage (e.g. 30d). Index age is the time between its creation and the present. Supported units are d (days) and h (hours). This is only effective when cold storage is enabled in OpenSearch. |
Age to Retain | <Optional> |
The age to retain the index (e.g. 180d). Index age is the time between its creation and the present. Supported units are d (days) and h (hours). If value is "", the index will not be deleted. |
Rollover Index Size | <Optional> |
The minimum size of the shard storage required to roll over the index (e.g. 30GB). |
Index Suffix | yyyy-MM-dd | The common suffix format of OpenSearch index for the log(Example: yyyy-MM-dd, yyyy-MM-dd-HH). The index name will be <Index Prefix>-<Log Type>-<Index Suffix>-000001 . |
Compression type | best_compression | The compression type to use to compress stored data. Available values are best_compression and default. |
Refresh Interval | 1s | How often the index should refresh, which publishes its most recent changes and makes them available for searching. Can be set to -1 to disable refreshing. Default is 1s. |
Plugins | <Optional> |
List of plugins delimited by comma. Leave it blank if there are no available plugins to use. Valid inputs are user_agent , geo_ip . |
EnableS3Notification | True | An option to enable or disable notifications for Amazon S3 buckets. The default option is recommended for most cases. |
LogProcessorRoleName | <Optional> |
Specify a role name for the log processor. The name should NOT duplicate an existing role name. If no name is specified, a random name is generated. |
QueueName | <Optional> |
Specify a queue name for an SQS. The name should NOT duplicate an existing queue name. If no name is given, a random name will be generated. |
-
Choose Next.
-
On the Configure stack options page, choose Next.
-
On the Review page, review and confirm the settings. Check the box acknowledging that the template creates AWS Identity and Access Management (IAM) resources.
-
Choose Create stack to deploy the stack.
You can view the status of the stack in the AWS CloudFormation console in the Status column. You should receive a CREATE_COMPLETE status in approximately 10 minutes.
View dashboard
The dashboard includes the following visualizations.
Visualization Name | Source Field | Description |
---|---|---|
Total Requests |
|
Displays the total number of viewer requests received by the Amazon CloudFront, for all HTTP methods and for both HTTP and HTTPS requests. |
Edge Locations |
|
Shows a pie chart representing the proportion of the locations of CloudFront edge servers. |
Request History |
|
Presents a bar chart that displays the distribution of events over time. |
Unique Visitors |
|
Displays unique visitors identified by client IP address. |
Cache Hit Rate |
|
Shows the proportion of your viewer requests that are served directly from the CloudFront cache instead of going to your origin servers for content. |
Result Type |
|
Shows the percentage of hits, misses, and errors to the total viewer requests for the selected CloudFront distribution:
|
Top Miss URI |
|
Shows top 10 of the requested objects that are not in the cache. |
Bandwidth |
|
Provides insights into data transfer activities from the locations of CloudFront edge. |
Bandwidth History |
|
Shows the historical trend of the data transfer activities from the locations of CloudFront edge. |
Top Client IPs |
|
Provides the top 10 IP address accessing your Amazon CloudFront. |
Status Code Count |
|
Displays the count of requests made to the Amazon CloudFront, grouped by HTTP status codes(e.g., 200, 404, 403, etc.). |
Status History |
|
Shows the historical trend of HTTP status codes returned by the Amazon CloudFront over a specific period of time. |
Status Code |
|
Identifies the users or IAM roles responsible for changes to EC2 resources, assisting in accountability and tracking of modifications. |
Average Time Taken |
|
This visualization calculates and presents the average time taken for various operations in the Amazon CloudFront (e.g., average time for GET, PUT requests, etc.). |
Average Time History |
|
Shows the historical trend of the average time taken for various operations in the Amazon CloudFront. |
Http Method |
|
Displays the count of requests made to the Amazon CloudFront using a pie chart, grouped by http request method names (e.g., POST, GET, HEAD, etc.). |
Average Time To First Byte |
|
Provides the average time taken in seconds by the origin server to respond back with the first byte of the response. |
Top Request URIs |
|
Provides the top 10 request URIs accessing your CloudFront. |
Top User Agents |
|
Provides the top 10 user agents accessing your CloudFront. |
Edge Location Heatmap |
|
Shows a heatmap representing the result type of each edge locations. |
Top Referers |
|
Top 10 referers with the Amazon CloudFront access. |
Top Countries or Regions |
|
Top 10 countries with the Amazon CloudFront access. |
Sample dashboard
You can access the built-in dashboard in Amazon OpenSearch to view log data. For more information, see Access Dashboard.
You can click the below image to view the high-resolution sample dashboard.
Create log ingestion (Light Engine)
Using the Console
- Sign in to the Centralized Logging with OpenSearch Console.
- In the navigation pane, under Log Analytics Pipelines, choose Service Log.
- Choose the Create a log ingestion button.
- In the AWS Services section, choose Amazon CloudFront.
- Choose Light Engine, Choose Next.
- Under Specify settings, choose Automatic or Manual for CloudFront logs enabling. The automatic mode will detect the CloudFront log location automatically.
- For Automatic mode, choose the CloudFront distribution and Log Type from the dropdown lists.
- For Standard Log, the solution will automatically detect the log location if logging is enabled.
- For Manual mode, enter the CloudFront Distribution ID and CloudFront Standard Log location. (Note that CloudFront real-time log is not supported in Manual mode)
- (Optional) If you are ingesting CloudFront logs from another account, select a linked account from the Account dropdown list first.
- Choose Next.
- Choose Log Processing Enriched fields if needed. The available plugins are location and OS/User Agent. Enabling rich fields increases data processing latency and processing costs. By default, it is not selected.
- In the Specify Light Engine Configuration section, if you want to ingest associated templated Grafana dashboards, select Yes for the sample dashboard.
- You can choose an existing Grafana, or if you need to import a new one, you can go to Grafana for configuration.
- Select an S3 bucket to store partitioned logs and define a name for the log table. We have provided a predefined table name, but you can modify it according to your business needs.
- The log processing frequency is set to 5 minutes by default, with a minimum processing frequency of 1 minute.
- In the Log Lifecycle section, enter the log merge time and log archive time. We have provided default values, but you can adjust them based on your business requirements.
- Select Next.
- If desired, add tags.
- Select Create.
Using the CloudFormation Stack
This automated AWS CloudFormation template deploys the Centralized Logging with OpenSearch - CloudFront Standard Log Ingestion template in the AWS Cloud.
Launch in AWS Console | Download Template | |
---|---|---|
AWS Regions | Template | |
AWS China Regions | Template |
-
Log in to the AWS Management Console and select the button to launch the AWS CloudFormation template. You can also download the template as a starting point for your own implementation.
-
To launch the stack in a different AWS Region, use the Region selector in the console navigation bar.
-
On the Create stack page, verify that the correct template URL shows in the Amazon S3 URL text box and choose Next.
-
On the Specify stack details page, assign a name to your solution stack.
-
Under Parameters, review the parameters for the template and modify them as necessary. This solution uses the following parameters.
- Parameters for Pipeline settings
Parameter Default Description Pipeline Id <Requires input>
The unique identifier for the pipeline is essential if you need to create multiple ALB pipelines and write different ALB logs into separate tables. To ensure uniqueness, you can generate a unique pipeline identifier using uuidgenerator. Staging Bucket Prefix AWSLogs/CloudFrontLogs The storage directory for logs in the temporary storage area should ensure the uniqueness and non-overlapping of the Prefix for different pipelines. - Parameters for Destination settings
Parameters Default Description Centralized Bucket Name <Requires input>
Centralized s3 bucket name. For example, centralized-logging-bucket. Centralized Bucket Prefix datalake Centralized bucket prefix. By default, the data base location is s3://{Centralized Bucket Name}/{Centralized Bucket Prefix}/amazon_cl_centralized. Centralized Table Name CloudFront Table name for writing data to the centralized database. You can modify it if needed. Enrichment Plugins <Optional input>
The available plugins to choose from are location and OS/User Agent. Enabling rich fields will increase data processing latency and processing costs, it is not selected by default. - Parameters for Scheduler settings
Parameters Default Description LogProcessor Schedule Expression rate(5 minutes) Task scheduling expression for performing log processing, with a default value of executing the LogProcessor every 5 minutes. Configuration for reference. LogMerger Schedule Expression cron(0 1 * ? ) Task scheduling expression for performing log merging, with a default value of executing the LogMerger at 1 AM every day. Configuration for reference. LogArchive Schedule Expression cron(0 2 * ? ) Task scheduling expression for performing log archiving, with a default value of executing the LogArchive at 2 AM every day. Configuration for reference. Age to Merge 7 Small file retention days, with a default value of 7, indicates that logs older than 7 days will be merged into small files. It can be adjusted as needed. Age to Archive 30 Log retention days, with a default value of 30, indicates that data older than 30 days will be archived and deleted. It can be adjusted as needed. - Parameters for Notification settings
Parameters Default Description Notification Service SNS Notification method for alerts. If your main stack is using China, you can only choose the SNS method. If your main stack is using Global, you can choose either the SNS or SES method. Recipients <Requires Input>
Alert notification: If the Notification Service is SNS, enter the SNS Topic ARN here, ensuring that you have the necessary permissions. If the Notification Service is SES, enter the email addresses separated by commas here, ensuring that the email addresses are already Verified Identities in SES. The adminEmail provided during the creation of the main stack will receive a verification email by default. - Parameters for Dashboard settings
Parameters Default Description Import Dashboards FALSE Whether to import the Dashboard into Grafana, with a default value of false. If set to true, you must provide the Grafana URL and Grafana Service Account Token. Grafana URL <Requires Input>
Grafana access URL,for example: https://alb-72277319.us-west-2.elb.amazonaws.com. Grafana Service Account Token <Requires Input>
Grafana Service Account Token:Service Account Token created in Grafana. -
Choose Next.
-
On the Configure stack options page, choose Next.
-
On the Review page, review and confirm the settings. Check the box acknowledging that the template creates AWS Identity and Access Management (IAM) resources.
-
Choose Create stack to deploy the stack.
You can view the status of the stack in the AWS CloudFormation console in the Status column. You should receive a CREATE_COMPLETE status in approximately 10 minutes.
View Dashboard
The dashboard includes the following visualizations.
Visualization Name | Source Field | Description |
---|---|---|
Filters | Filters | The following data can be filtered by query filter conditions. |
Total Requests | log event | Displays the total number of viewer requests received by the Amazon CloudFront, for all HTTP methods and for both HTTP and HTTPS requests. |
Unique Visitors | c-ip | Displays unique visitors identified by client IP address. |
Requests History | log event | Presents a bar chart that displays the distribution of events over time. |
Request By Edge Location | x-edge-location | Shows a pie chart representing the proportion of the locations of CloudFront edge servers. |
HTTP Status Code | sc-status | Displays the count of requests made to the Amazon CloudFront, grouped by HTTP status codes (e.g., 200, 404, 403, etc.). |
Status Code History | sc-status | Shows the historical trend of HTTP status codes returned by the Amazon CloudFront over a specific period of time. |
Status Code Pie | sc-status | Represents the distribution of requests based on different HTTP status codes using a pie chart. |
Average Processing Time | time-taken time-to-first-byte |
This visualization calculates and presents the average time taken for various operations in the Amazon CloudFront (e.g., average time for GET, PUT requests, etc.). |
Avg. Processing Time History | time-taken time-to-first-byte |
Shows the historical trend of the average time taken for various operations in the Amazon CloudFront. |
Avg. Processing Time History | time-taken time-to-first-byte |
Shows the historical trend of the average time taken for various operations in the Amazon CloudFront. |
HTTP Method | cs-method | Displays the count of requests made to the Amazon CloudFront using a pie chart, grouped by HTTP request method names (e.g., POST, GET, HEAD, etc.). |
Total Bytes | cs-bytes sc-bytes |
Provides insights into data transfer activities, including the total bytes transferred. |
Response Bytes History | cs-bytes sc-bytes |
Displays the historical trend of the received bytes, send bytes. |
Edge Response Type | x-edge-response-result-type | Shows the percentage of hits, misses, and errors to the total viewer requests for the selected CloudFront distribution: - Hit – A viewer request for which the object is served from a CloudFront edge cache. In access logs, these are requests for which the value of x-edge-response-result-type is Hit. - Miss – A viewer request for which the object isn't currently in an edge cache, so CloudFront must get the object from your origin. In access logs, these are requests for which the value of x-edge-response-result-type is Miss. - Error – A viewer request that resulted in an error, so CloudFront didn't serve the object. In access logs, these are requests for which the value of x-edge-response-result-type is Error, LimitExceeded, or CapacityExceeded. The chart does not include refresh hits—requests for objects that are in the edge cache but that have expired. In access logs, refresh hits are requests for which the value of x-edge-response-result-type is RefreshHit. |
Requests / Origin Requests | log event | Displays the number of requests made to CloudFront and the number of requests back to the origin. |
Requests / Origin Requests Latency | log event time-taken |
Displays the request latency from the client to CloudFront and the request latency back to the origin. |
Top 20 URLs with most requests | log event | Top 20 URLs based on the number of requests. |
Requests 3xx / 4xx / 5xx error rate | log event sc-status |
Displays the ratio of 3xx/4xx/5xx status codes from the client to CloudFront. |
Origin Requests 3xx / 4xx / 5xx error rate | log event sc-status x-edge-detailed-result-type |
Display the proportion of 3xx/4xx/5xx status codes returned to the origin. |
Requests 3xx / 4xx / 5xx error latency | log event sc-status time-taken |
Displays the latency from the client to CloudFront for 3xx/4xx/5xx status codes. |
Origin Requests 3xx / 4xx / 5xx error latency | log event sc-status x-edge-detailed-result-type time-taken |
Displays the delay in returning to the source 3xx/4xx/5xx status code. |
Response Latency (>= 1sec) rate | log event time-taken |
Display the proportion of delay above 1s. |
Bandwidth | sc-bytes | Displays the bandwidth from the client to CloudFront and the bandwidth back to the origin. |
Data transfer | sc-bytes | Display the response traffic. |
Top 20 URLs with most traffic | cs-uri-stem sc-bytes |
Top 20 URLs calculated by traffic. |
Cache hit rate (calculated using requests) | log event x-edge-result-type |
Displays the cache hit ratio calculated by the number of requests. |
Cache hit rate (calculated using bandwidth) | log event sc-bytes x-edge-result-type |
Displays the cache hit ratio calculated by bandwidth. |
Cache Result | log event x-edge-result-type |
Displays the number of requests of various x-edge-result-types, such as the number of requests that hit the cache and the number of requests that missed the cache. |
Cache Result Latency | log event sc-bytes x-edge-result-type |
Displays the request latency of various x-edge-result-types, such as the request latency that hits the cache and the request latency that misses the cache. |
Requests by OS | ua_os | Displays the count of requests made to the ALB, grouped by user agent OS. |
Requests by Device | ua_device | Displays the count of requests made to the ALB, grouped by user agent device. |
Requests by Browser | ua_browser | Displays the count of requests made to the ALB, grouped by user agent browser. |
Requests by Category | ua_category | Displays the count of category made to the ALB, grouped by user agent category (e.g., PC, Mobile, Tablet, etc.). |
Requests by Countries or Regions | geo_iso_code | Displays the count of requests made to the ALB (grouped by the corresponding country or region resolved by the client IP). |
Top Countries or Regions | geo_country | Top 10 countries with the ALB Access. |
Top Cities | geo_city | Top 10 cities with ALB Access. |