# 日志管理

日志管理主要针对于用户操作日志、用户界面图表分析，API调用情况进行展示。在日志管理中可以进行下载和日志保留天数的设置。此模块当前只针对于平台管理员可见。

![](/files/-MSvqYdjV09feEbgP2kN)

## A 用户操作

用户操作主要是展示某段时间内，用户访问和使用方舟的情况，可进行筛选过滤，查看某段时间的访问情况，也可以看某个用户的操作记录，并且进行导出，可导出csv和txt两种格式。

另外可根据自己业务的需求，可灵活设置用户操作记录日志的保留天数。

![用户操作日志](/files/-MSvqd0Ia2435NDIrJtP)

## B 分析统计

用来统计查看方舟产品页面上的分析使用情况，可查看查询的频次和查询耗时，并且导出csv文件进行详细分析。另外可根据自己业务的需求，可灵活单独设置分析统计日志的保留天数。

![分析图表查询](/files/-MSvqqkSsvk5zT9mE1nA)

## C OpenAPI

OpenAPI 用来统计和查看方舟开放的API被外部调用情况，可详细查看API的查询频率和效率，并且导出csv文件进行更详细的分析。另外可根据自己业务的需求，可灵活单独设置OpenAPI日志的保留天数。

![OpenAPI 调用情况](/files/-MSvqu1qz3EUktJLJulR)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://arkdocs.analysys.cn/features/enterprise-management/enterprise_log.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
