审核日志
日志是指按照“先进先出”规则按时间排序的数据数组。这意味着最早的日志条目是在保留期结束时删除的第一个日志条目。日志有助于调试问题,提高安全性和性能,或报告趋势。
审核日志是一种特殊类型的日志,可帮助您深入了解组织内发生的事件。该日志会告知您每个事件的人员、时间和地点,并允许您跟踪重要的更改。
“审核日志”页面捕获从组织的“管理员”页面和登录活动执行的操作。这包括用户登录活动、许可证升级、对租户所做的任何更改、API 密钥的刷新等。
作为组织管理员,您可以通过转到特定组织中的“ 管理员 ” >“ 审核日志 ”来查看审核日志。
Upon upgrading to 2021.10 or later, on the Audit Logs page you can see only operations performed after the upgrade. To see operations performed before the upgrade, you need to retrieve the data from the SQL database. For example, use the following query to retrieve user login attempts made prior to the upgrade,
SELECT * FROM [identity].[UserLoginAttempts]
SELECT * FROM [identity].[UserLoginAttempts]
Automation Ops 服务的审核日志也会显示在“管理”>“审核日志”页面中。
有关 Automation Ops 事件记录的信息,请参阅 Automation Ops 文档中的审核日志。