Tablestore is integrated with ActionTrail. ActionTrail can deliver data events to Logstores in Simple Log Service. Then, you can query and analyze the events in Simple Log Service to perform real-time audit and issue backtracking.
ActionTrail generates data events when you manage cloud resources by using APIs or the Alibaba Cloud Management Console. The following table describes the data events of Tablestore that you can query in the ActionTrail console.
Event name | Description |
AbortTransaction | Aborts a local transaction. |
BatchGetRow | Reads data from one or more tables. |
BatchWriteRow | Inserts, modifies, or deletes multiple rows of data in one or more tables at a time. |
BulkExport | Batch exports data. |
BulkImport | Batch imports data. |
CommitTransaction | Commits a local transaction. |
ComputeSplits | Queries the maximum number of parallel scan tasks for a single request. |
DeleteRow | Deletes a single row of data. |
DescribeStream | Queries the shard information of a stream. |
GetRange | Reads data whose primary key values are within the specified range. |
GetRow | Reads a single row of data based on the specified primary key. |
GetShardIterator | Queries the start iterator that is used to read data from a shard. |
GetStreamRecord | Queries the incremental data of a shard. |
GetTimeseriesData | Queries the data in a time series. |
ParallelScan | Scans data in parallel. |
PutRow | Inserts data into the specified row. |
PutTimeseriesData | Writes time series data to a time series table. |
SQLQuery | Uses the SQL query feature to query data. |
ScanTimeseriesData | Scans time series data. |
Search | Uses a search index to query data. |
SplitTimeseriesScanTask | Splits a full export task. |
StartLocalTransaction | Creates a local transaction. |
TunnelCheckpoint | Queries a consumption checkpoint. |
TunnelConnect | Creates a tunnel. |
TunnelGetCheckpoint | Queries a consumption checkpoint. |
TunnelHeartbeat | Detects active tunnels. |
TunnelReadRecords | Reads tunnel data records. |
TunnelShutdown | Shuts down a tunnel. |
UpdateRow | Updates a single row of data. |