tencent cloud

Event Bridge

Release Notes and Announcements
Release Notes
[July 19, 2024] Solution to CLS Billing Issues for EB Topics
User Tutorial
Product Introduction
Overview
Basic Concepts
Strengths
Use Cases
Limits
Purchase Guide
Billing Overview
Product Pricing
Overdue Payments and Service Suspension
Getting Started
Activating EventBridge
Quickly Delivering Custom Events
Quickly Configuring Cloud Monitor Event Alarm Push
Quickly Configuring Cloud Monitor Event Alarm Push
Event Source
Overview
Tencent Cloud Service Event Source
Event Structure
Connector
Event
Event Structure
Custom Event
Tencent Cloud Service Event
Event Bus
Overview
Creating Event Bus
Managing Event Bus
Linkage Tracing
Event Rule
Overview
Event Pattern
Creating Event Rule
Managing Event Rule
Configuring Data Conversion
Event Target
SCF Target
CLS Log Target
Message Push Target
CKafka Target
Practical Tutorial
Migrating Event Alarm
Real-Time Oceanus Alarm Message Push
Automatic Backup and Restart of Exceptional CVM Instance
Planning a EventBridge-based Midplatform for a Retail Business
API Documentation
History
Introduction
API Category
Making API Requests
Delivery Target APIs
Event Bus APIs
Event Rule APIs
Event Connector APIs
Data Transformer APIs
Event Storage APIs
Data Types
Error Codes
FAQs
Concept
Alarm
Billing
Contact Us
EB Policy
Privacy Policy
Data Processing And Security Agreement

Overview

PDF
Focus Mode
Font Size
Last updated: 2024-07-23 15:08:07
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

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback