Activity tracking events for the Vault Dedicated plan

IBM Cloud services, such as IBM Cloud® Secrets Manager, generate activity tracking events. For the Vault Dedicated plan, these events are specific to instance management operations.

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 Logs, 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 Logs.

You can use IBM Cloud Logs to visualize and alert on events that are generated in your account and routed to an IBM Cloud Logs instance.

Locations where activity tracking events are generated

Vault Dedicated sends activity tracking events to IBM Cloud Logs in the regions that are indicated in the following table.

Regions where activity tracking events are sent for Vault Dedicated plan
Dallas (us-south) Frankfurt (eu-de) Paris (eu-fr2)
Yes Yes Yes

Viewing activity tracking events for Vault Dedicated

You can use IBM Cloud Logs to visualize and alert on events that are generated in your account and routed 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 documentation.

Analyzing events

Successful events that are generated by an instance of the Vault Dedicated plan contain various fields that can help you to identify the initiator, the target resource, and the outcome of each completed action in your instance.

You can create views and alerts from all your Vault Dedicated instances, or from a specific instance.
To target a specific instance, replace host:secrets-manager with app:{INSTANCE_CRN}.

Query for finding all Vault Dedicated actions

Run the following query to find all Vault Dedicated instance management actions.

host:secrets-manager action:secrets-manager.instance.read OR action:secrets-manager.admin-token.create OR action:secrets-manager.admin-tokens.delete

The action value can be replaced with any other applicable action.

Query for finding unauthorized access attempts

To see unauthorized access attempts, run the following query.

host:secrets-manager reason.reasonType:Unauthorized

Understanding generated events

The following events are generated for Vault Dedicated instance management operations.

Instance operations events

The following table lists the instance operation actions that generate an event.

List of instance operation events for Vault Dedicated plan
Action Description
secrets-manager.instance.read Read the details of a Vault Dedicated plan instance.
secrets-manager.admin-token.create Generate an admin token for initial Vault access.
secrets-manager.admin-tokens.delete Revoke active admin tokens for a Vault Dedicated plan instance.
secrets-manager.destination.create Create a destination resource for the instance.
secrets-manager.destinations.list List destination resources for the instance.
secrets-manager.destination.read Read a destination resource for the instance.
secrets-manager.destination.update Update a destination resource for the instance.
secrets-manager.destination.delete Delete a destination resource for the instance.
secrets-manager.destination.test Test reachability for an existing destination resource.