tencent cloud

Feedback

Regularly Storing CDN Logs

Last updated: 2020-06-02 11:38:03

    Regularly Storing CDN Logs

    This document describes how to use Tencent Cloud SCF to create two functions in order to regularly store CDN logs into COS.

    Key Steps

    This document describes how to create the "storage" and "task distribution" functions, use them together, and configure a timer trigger in order to regularly store CDN logs into COS.

    There are four key steps:

    A. Prepare the Tencent Cloud API access key and COS information

    B. Create the storage function (cdn-save-log-into-cos)

    C. Create the task function (cdn-dispatch-log-jobs)

    D. Configure the timer

    Directions

    A. Prepare the following resources before creating the functions

    1. Tencent Cloud API access key

    Go to the access key management page, query or create a key, and record the following information:

    Access credential name (SecretId), such as AKIDRVI54XXn10r58oZpmzbBOnwt47xO1LRv

    Access credential key (SecretKey), such as 3t0SYPHRIpjmAAUPfKM8b4yXnff4Aq56

    1. COS bucket

    Log in to the COS Console, access the Bucket List to query or create a bucket, access the bucket to view its Basic Information, and record the following information:

    Bucket name (Bucket Name), such as examples-1251002854

    Bucket region (Region), such as ap-chengdu

    B. Create the storage function (cdn-save-log-into-cos)

    1. Log in to the SCF Console and click Function Service.

    2. Select Create and enter cdn-save-log-into-cos as the function name.

    3. Select Function Template, search with the keyword "CDN", select the "cdn-save-log-into-cos" template, and click "Next" to access the function configuration page:

    4. Click Complete to create the function.

    C. Create the task function (cdn-dispatch-log-jobs)

    1. Log in to the SCF Console and click Create.

    2. Select Function Template, search with the keyword "CDN", and select the "cdn-dispatch-log-jobs" template.

    3. Enter cdn-dispatch-log-jobs as the function name and click "Next".

    4. Click Complete to create the function.

    1. Click the Function Code tab. In the code editing box, modify the Python code by entering the following configuration information:

    In the config variable on row 143, enter the corresponding configuration information:

    • Set fields such as secret_id, secret_key, cos_region, cos_bucket, and scf_region.
    • If you set the function name as instructed in step B and do not want to modify it, you can retain the original value of scf_function.
    • The default value of cdn_host is an empty array (i.e., the logs of all domain names under the account will be stored). If needed, you can enter the list of specified domain names.

    1. Click Save.

    2. Click Test to check whether the code runs properly. After the testing program stops running, you can access the COS Console and check whether the corresponding logs are stored in COS.

    D. Configure the timer

    After you create the two functions above, the list on the SCF Console will be as shown below:

    1. Click cdn-dispatch-log-jobs to access its details.

    1. Click the Trigger Management tab and click Create a Trigger.

    1. Select Scheduled triggering as the trigger method, enter a custom scheduled task name, select Every 5 mins as the trigger period, and click Submit.

    Once you complete all the steps above, CDN logs will be regularly stored into COS.

    Contact Us

    Contact our sales team or business advisors to help your business.

    Technical Support

    Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

    7x24 Phone Support