Updated on 2023-11-15 GMT+08:00

Preparation

Collecting and Storing Logs

  • Create a log group, for example, polo.guoying on the LTS console. For details, see Creating a Log Group.
  • Create a log stream, for example, lts-topic-gfz3 on the LTS console. For details, see Creating a Log Stream.
  • Configure an agent to collect logs from servers, such as ECSs, to a specified log group. For details, see Installing the ICAgent.

Pushing Alarm Messages

  • Create a topic named fss_test on the SMN console. For details, see Creating a Topic.
  • Add subscriptions to the fss_test topic to push alarm messages. For details, see Adding a Subscription.
  • Define an environment variable named SMN_Topic with value fss_test to push alarm messages to the subscription endpoints under the fss_test topic.

    Alarm messages of a subscribed topic can be pushed through email, SMS messages, and HTTP/HTTPS.

    In this example, when log events trigger the specified function through an LTS trigger, the function filters alarm logs and pushes alarm message to the subscription endpoints.

Processing Cloud Data

Create an OBS bucket and object, and configure event notifications.

  1. Create a bucket and an object on the OBS console, as shown in Figure 1. For details, see Creating a Bucket.
    Figure 1 Creating a bucket

    Name the bucket as logstore and the object as log.txt to store log data.

Creating an Agency

  1. Log in to the Identity and Access Management (IAM) console.
  2. On the IAM console, choose Agencies from the navigation pane, and click Create Agency in the upper right corner.
    Figure 2 Creating an agency
  3. Configure the agency.
    • For Agency Name, enter LtsOperation.
    • For Agency Type, select Cloud service.
    • For Cloud Service, select FunctionGraph.
    • For Validity Period, select Unlimited.
    • Description: Enter the description.
  4. Click Next. On the displayed page, search for LTS Administrator and Tenant Administrator in the search box on the right and select them.
    Figure 3 Selecting permissions

    LTS Administrator depends on Tenant Guest. When you select the former, the latter will also be selected.

  5. Click Next and select the application scope of the permissions based on service requirements.