You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,6 @@ Version 2.0.8.2 adds support for modifying the full path of time series in the t
34
34
- Storage Module: The tree model supports [modifying the full name of time series](../../latest/Basic-Concept/Operate-Metadata_timecho.md#_2-4-修改时间序列名称) and [changing the data type of time series](../../latest/Basic-Concept/Operate-Metadata_timecho.md#_2-3-修改时间序列数据类型).
35
35
- Storage Module: The table model supports [modifying column data types](../Basic-Concept/Table-Management_timecho.md#_1-5-修改表) and [customizing the Time column name](../Basic-Concept/Table-Management_timecho.md#_1-1-创建表).
36
36
- Interface Module: Adds support for the [ODBC Driver](../API/Programming-ODBC_timecho.md); the Python SessionDataset supports fetching DataFrames in batches; the MQTT service is externalized, and a new system table named Services is added for service queries.
37
-
- System Module: The [audit log](../User-Manual/Audit-Log_timecho.md) now supports statistics on the number of slow requests.
38
37
- AI Node: The table model supports adaptive [covariate inference](../AI-capability/AINode_Upgrade_timecho.md#_4-1-模型推理).
39
38
- Stream Processing Module: The tree model data synchronization PIPE statement supports specifying multiple precise paths.
Copy file name to clipboardExpand all lines: src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,6 @@ Version 2.0.8.2 adds support for modifying the full path of time series in the t
34
34
- Storage Module: The tree model supports [modifying the full name of time series](../Basic-Concept/Operate-Metadata_timecho.md#_2-4-修改时间序列名称) and [changing the data type of time series](../Basic-Concept/Operate-Metadata_timecho.md#_2-3-修改时间序列数据类型).
35
35
- Storage Module: The table model supports [modifying column data types](../../latest-Table/Basic-Concept/Table-Management_timecho.md#_1-5-修改表) and [customizing the Time column name](../../latest-Table/Basic-Concept/Table-Management_timecho.md#_1-1-创建表).
36
36
- Interface Module: Adds support for the [ODBC Driver](../API/Programming-ODBC_timecho.md); the Python SessionDataset supports fetching DataFrames in batches; the MQTT service is externalized, and a new system table named Services is added for service queries.
37
-
- System Module: The [audit log](../User-Manual/Audit-Log_timecho.md) now supports statistics on the number of slow requests.
38
37
- AI Node: The table model supports adaptive [covariate inference](../../latest-Table/AI-capability/AINode_Upgrade_timecho.md#_4-1-模型推理).
39
38
- Stream Processing Module: The tree model data synchronization PIPE statement supports specifying multiple precise paths.
Copy file name to clipboardExpand all lines: src/UserGuide/Master/Tree/User-Manual/Audit-Log_timecho.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@ Audit logs serve as the record credentials of a database, enabling tracking of v
38
38
39
39
Edit the `iotdb-system.properties` file to enable audit logging using the following parameters:
40
40
41
-
42
41
* V2.0.8.1
43
42
44
43
| Parameter Name | Description | Data Type | Default Value | Activation Method |
@@ -52,8 +51,7 @@ Edit the `iotdb-system.properties` file to enable audit logging using the follow
52
51
|`audit_log_batch_interval_in_ms`| Batch write interval for audit logs | Long | 1000 | Hot Reload |
53
52
|`audit_log_batch_max_queue_bytes`| Maximum byte size of the queue for batch processing audit logs. Subsequent write operations will be blocked when this threshold is exceeded. | Long | 268435456 | Hot Reload |
54
53
55
-
* V2.0.8.2
56
-
54
+
* V2.0.9.2
57
55
58
56
| Parameter Name | Description | Data Type | Default Value | Activation Method |
@@ -74,6 +72,7 @@ Edit the `iotdb-system.properties` file to enable audit logging using the follow
74
72
- When the parameters `auditable_dml_event_type`, `auditable_ddl_event_type`, `auditable_query_event_type`, or `auditable_control_event_type` are set to `OBJECT_AUTHENTICATION`, the corresponding event types will be recorded in the audit log.
75
73
- When the parameters `auditable_dml_event_type`, `auditable_ddl_event_type`, `auditable_query_event_type`, or `auditable_control_event_type` are set to `SLOW_OPERATION`, only the corresponding event types whose execution time exceeds the value of the `slow_query_threshold` parameter (default: 3000 ms) will be recorded in the audit log. The value of the `slow_query_threshold` parameter can be configured in the `iotdb-system.properties` file.
76
74
75
+
77
76
## 3. Access Methods
78
77
79
78
Supports direct reading of audit logs via SQL.
@@ -150,15 +149,17 @@ Total line number = 4
150
149
It costs 0.024s
151
150
```
152
151
153
-
* Query audit records for user 'u_0' on node 'node_1' with event types 'SLOW_OPERATION' and 'LOGIN'
152
+
* Query audit records for user 'u_0' on node 'node_1' with event types 'SLOW_OPERATION'
154
153
155
154
```SQL
156
-
IoTDB>select*fromroot.__audit.log.node_1.u_0 where audit_event_type='SLOW_OPERATION'or audit_event_type='LOGIN'limit1 align by device
Copy file name to clipboardExpand all lines: src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,6 @@ Version 2.0.8.2 adds support for modifying the full path of time series in the t
34
34
- Storage Module: The tree model supports [modifying the full name of time series](../../latest/Basic-Concept/Operate-Metadata_timecho.md#_2-4-修改时间序列名称) and [changing the data type of time series](../../latest/Basic-Concept/Operate-Metadata_timecho.md#_2-3-修改时间序列数据类型).
35
35
- Storage Module: The table model supports [modifying column data types](../Basic-Concept/Table-Management_timecho.md#_1-5-修改表) and [customizing the Time column name](../Basic-Concept/Table-Management_timecho.md#_1-1-创建表).
36
36
- Interface Module: Adds support for the [ODBC Driver](../API/Programming-ODBC_timecho.md); the Python SessionDataset supports fetching DataFrames in batches; the MQTT service is externalized, and a new system table named Services is added for service queries.
37
-
- System Module: The [audit log](../User-Manual/Audit-Log_timecho.md) now supports statistics on the number of slow requests.
38
37
- AI Node: The table model supports adaptive [covariate inference](../AI-capability/AINode_Upgrade_timecho.md#_4-1-模型推理).
39
38
- Stream Processing Module: The tree model data synchronization PIPE statement supports specifying multiple precise paths.
0 commit comments