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.
Users are provided with the following capabilities:
- Search for events by keyword.
- Filter events by date and time.
- Reset applied filters.
- Refresh the event list using the Refresh button.
- Select events in the table using checkboxes for further data export.
- When the header checkbox is selected, all available events on the page are selected.
- Exporting event data in JSON format:
- Select events in the table using checkboxes. When one or more events are selected, an
Export Xbutton appears, whereXis the number of selected events. - Export information about all available account events using the Export All button.
- Select events in the table using checkboxes. When one or more events are selected, an
Each event includes:
- Event
name— indicates the type of action, such asrequest_created,instance-groups.delete.started,request_approved, etc. Dateand time — when the event occurred.Userwho 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).- Ability to copy the resource ID by clicking
Copy IDin the event row.
Event Details¶
Clicking on an event name opens a detailed view with the following information:
- Event
ID— a unique identifier of the event. Dateand time with time zone indication.User— who triggered the action.ServiceandResource— indicate which component of the infrastructure was affected.-
JSONrecord — a structured JSON view of the event, including attributes such as:cloud provider– the cloud service provider;cloud resource type– the type of resource (e.g.,compute/requests);cloud resource id– the resource identifier (e.g.,compute/requests/27000000029172);cloud.account.id- the name of the account,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 | Owner | Operator |
|---|---|---|---|---|
| Viewing all events in the account | ✔ | ✔ | ✔ | ✔ |
| Viewing event details | ✔ | ✔ | ✔ | ✔ |
| Exporting information in JSON format | ✔ | ✔ | ✔ | ✔ |

