tencent cloud

Overview
Last updated: 2024-11-01 20:44:35
Overview
Last updated: 2024-11-01 20:44:35
Note:
All OPS events, such as alerts and auditing events, generated by Tencent Cloud services are delivered to the Tencent Cloud service event bus, which is the default event bus and cannot be modified or deleted. You can go to the EventBridge console to bind rules and targets to the Tencent Cloud service event bus.

Tencent Cloud Service Event Overview

Tencent Cloud service events include Cloud Monitor events (such as CVM kernel faults and OOM exceptions) and CloudAudit events (available soon) that are generated by Tencent Cloud services. The event content to deliver varies depending on the event type:
Cloud Monitor events
{
"specversion":"1.0",
"id":"13a3f42d-7258-4ada-da6d-023a333b4662",
"source":"${ProductName}.cloud.tencent",
"type":"cvm:ErrorEvent:ping_unreachable",
"subject":"${resource ID}",
"time": 1615430559146,
"region":"ap-guangzhou",
"resource":[
"qcs::eb:ap-guangzhou:uid1250000000:eventbusid/eventruleid"
],
"datacontenttype":"application/json;charset=utf-8",
"tags":{
"key1":"value1",
"key2":"value2"
},
"status":"1",
"data":{
"appId":"1250000011",
"instanceId":"ins-sjdksjk",
"projectId":"11",
"dimensions":{
"ip":"127.0.0.1"
},
"additionalMsg":{
"IP":"something unnormal"
}
}
}
CloudAudit events
{
"specversion":"1.0",
"id":"13a3f42d-7258-4ada-da6d-023a333b4662",
"source":"${ProductName}.cloud.tencent",
"type":"cvm:CloudEvent:ApiCall",
"subject":"${resource ID}",
"time": 1615430559146,
"region":"ap-guangzhou",
"resource":[
"qcs::eb:ap-guangzhou:uid1250000000:eventbusid/eventruleid"
],
"datacontenttype":"application/json;charset=utf-8",
"tags":{
"key1":"value1",
"key2":"value2"
},
"data":{
${Raw API operation log}
}
}

Tencent Cloud Service Alerts

Tencent Cloud will automatically trigger alerts for the high-priority events of all Tencent Cloud services. These events do not occur frequently, but the impact is relatively large. They are subscribed by all root accounts by default.

Attributes

Rule name: Tencent Cloud service default alert
Description: Alerts on high-priority events. These alerts are sent to Tencent Cloud root accounts by default.
Recipients:Root account
Time period: 00:00 to 23:59
Delivery method: SMS, Email

Limits

It’s NOT RECOMMENDED to change this rule. You can create new rules for specific needs.

List of Events

Best Practices

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback