diff --git a/docs/security/_toc.json b/docs/security/_toc.json index 1d6e1d67e45..1d6dde549d1 100644 --- a/docs/security/_toc.json +++ b/docs/security/_toc.json @@ -23,7 +23,8 @@ "url": "/docs/security/ha-dr" }, { - "title": "Data retention" + "title": "Activity tracking events", + "url": "/docs/security/observability" } ] } diff --git a/docs/security/index.mdx b/docs/security/index.mdx index 899d8c85078..b191a18e73c 100644 --- a/docs/security/index.mdx +++ b/docs/security/index.mdx @@ -11,4 +11,5 @@ This section contains topics related to data handling, security, and compliance. * [Use virtual private endpoints for VPC](/docs/security/virtual-private-endpoints) * [Securing your data](/docs/security/secure-data) * [Understanding your responsibilities when using Qiskit Runtime](/docs/security/responsibilities) -* [High availability](/docs/security/ha-dr) \ No newline at end of file +* [High availability](/docs/security/ha-dr) +* [Activity tracking events](/docs/security/observability) \ No newline at end of file diff --git a/docs/security/observability.mdx b/docs/security/observability.mdx new file mode 100644 index 00000000000..ba8af1e78e3 --- /dev/null +++ b/docs/security/observability.mdx @@ -0,0 +1,37 @@ +--- +title: Activity tracking events for Qiskit Runtime +description: Learn about activity tracking events for Qiskit Runtime. +--- + +# Activity tracking events for Qiskit Runtime + +IBM Cloud® services, such as Qiskit Runtime, generate activity tracking events. + +Activity tracking events report on activities that change the state of a service in IBM Cloud. You can use the events to investigate abnormal activity and critical actions and to comply with regulatory audit requirements. + +You can use IBM Cloud Activity Tracker Event Routing, a platform service, to route auditing events in your account to destinations of your choice by configuring targets and routes that define where activity tracking events are sent. For more information, see [About IBM Cloud Activity Tracker Events Routing.](https://cloud.ibm.com/docs/atracker?topic=atracker-about) + +You can use IBM Cloud Logs to visualize and alert on events that are generated in your account and routed by IBM Cloud Activity Tracker Event Routing to an IBM Cloud Logs instance. + +## Locations where activity tracking events are generated + +Qiskit Runtime sends activity tracking events in the following regions: + +- Washington (`us-east`) +- Frankfurt (`eu-de`) + +## Viewing activity tracking events for Qiskit Runtime + +You can use IBM Cloud Logs to visualize and alert on events that are generated in your account and routed by IBM Cloud Activity Tracker Event Routing to an IBM Cloud Logs instance. + +### Launching IBM Cloud Logs from the Observability page + +For information on launching the IBM Cloud Logs UI, see [Launching the UI in the IBM Cloud Logs](https://test.cloud.ibm.com/docs/cloud-logs?topic=cloud-logs-instance-launch) documentation. + +## List of data events + +The following table lists the actions that generate Qiskit Runtime data events. + +| Action | Description | +|----------------------------------|------------------------------------| +| | | diff --git a/qiskit_bot.yaml b/qiskit_bot.yaml index 4f8c9454a82..d72ee2fba62 100644 --- a/qiskit_bot.yaml +++ b/qiskit_bot.yaml @@ -13,6 +13,8 @@ notifications: - "@beckykd" "docs/responsible-quantum-computing": - "@abbycross" + "docs/security/observability": + - "@abbycross" "docs/security/index": - "@abbycross" "docs/security/virtual-private-endpoints":