Intelligent Anomaly Analysis is used to manage different types of jobs, such as intelligent inspection jobs and text analysis jobs. This topic describes how to create an Intelligent Anomaly Analysis instance.
Procedure
Log on to the Simple Log Service console.
In the Log Application section, click Intelligent Anomaly Analysis.
On the Intelligent Anomaly Analysis page, click Create Instance.
In the Create Instance panel, configure the following parameters and click OK.
Parameter
Description
Instance ID
Specify the ID of the Intelligent Anomaly Analysis instance.
Instance Name
Specify the name of the Intelligent Anomaly Analysis instance.
Instance Description
Specify the description of the Intelligent Anomaly Analysis instance.
Role Permissions
If this is your first time to create an Intelligent Anomaly Analysis instance, you must complete authorization by following the on-screen instructions. You must authorize Simple Log Service to assume the AliyunLogETLRole system role. This way, Simple Log Service can read source data from Logstores or Metricstores.
You must use an Alibaba Cloud account to complete the authorization. For more information, see Access data by using a default role.
If you want to use a RAM user to perform operations in Intelligent Anomaly Analysis after the authorization is complete, you must attach the following custom policy to the RAM user. Before you can attach the policy to the RAM user, you must create the following policy. For more information, see Create a custom policy and Grant permissions to RAM users.
{ "Version":"1", "Statement":[ { "Effect": "Allow", "Action": [ "ram:GetRole", "ram:ListRoles" ], "Resource": "*" } ] }