Skip to content

Commit

Permalink
Update audit-log.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy committed Apr 27, 2022
1 parent 3829b5c commit 86c6776
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Nebula Graph 的审计日志功能可以将 Graph 服务接受到的所有操作
| `audit_log_es_batch_size` | `1000` | 仅在`audit_log_handler=es`时生效。每次发送至 Elasticsearch 服务器的日志条数。 |
| `audit_log_exclude_spaces` | - | 不需要记录日志的图空间列表。多个图空间用英文逗号(,)分隔。 |
| `audit_log_categories` | `login,exit` | 需要记录日志的分类列表。多个类别用英文逗号(,)分隔。 |
| | | |

## 审计日志格式

Expand Down Expand Up @@ -96,4 +95,4 @@ Nebula Graph 的审计日志功能可以将 Graph 服务接受到的所有操作
|`SPACE`| 执行查询的图空间。|
|`QUERY`| 查询语句。|
|`QUERY_STATUS`| 查询状态。`0`表示成功,其他数字代表不同的错误信息。|
|`QUERY_MESSAGE`| 如果查询出错,会显示报错信息。|
|`QUERY_MESSAGE`| 如果查询出错,会显示报错信息。|

0 comments on commit 86c6776

Please sign in to comment.