Overview¶
ICDC Telemetry is a service designed to monitor events within management systems and track changes in infrastructure. It can be used for auditing, security assurance, and user activity analysis.
Events¶
The Events tab displays all events that occurred within the account’s infrastructure over the past 90 days. This includes both user-initiated actions and system-level operations related to managing virtual machines, storage buckets, networks, and other resources.
Each event includes:
- Event
name
— indicates the type of action, such asrequest_created
,instance-groups.delete.started
,request_approved
, etc. Date
and time — when the event occurred.User
who initiated the event or is the owner of the resource.Service
— for example,compute
.Resource
— a reference to the specific object associated with the event (e.g.,compute/requests/27000000029172
).
Event Details¶
Clicking on an event name opens a detailed view with the following information:
- Event
ID
— a unique identifier of the event. Date
and time with time zone indication.User
— who triggered the action.Service
andResource
— indicate which component of the infrastructure was affected.-
JSON
record — a structured JSON view of the event, including attributes such as:cloud.account.id
- account ID,cloud.region
- the location associated with the account.service.name
- name of the service.
For convenience, the event data can be copied or exported in JSON
format.
The JSON record format is compatible with the OTLP File Exporter format.
Roles and Permissions¶
Action | Member | Admin | Operator | Owner |
---|---|---|---|---|
Viewing all events in the account | ✔ | ✔ | ✔ | ✔ |
Viewing event details | ✔ | ✔ | ✔ | ✔ |
Exporting information in JSON format | ✔ | ✔ | ✔ | ✔ |