This article is introducing how to search vCenter Server login record from vCenter Server log.
vCenter Server 8.0
YYYY-MM-DDTHH:MM:SSZ {"user":"<account
name>","client":"<Client IP
address>","timestamp":"<timestamp for
login>","description":"User <account name>@<Client IP
address> logged in with response code
200","eventSeverity":"INFO","type":"com.vmware.sso.LoginSuccess"}Login Failed:
YYYY-MM-DDTHH:MM:SSZ {"user":"<account
name>","client":"<Client IP
address>","timestamp":"<timestamp for
login>","description":"User <account name>@<Client IP
address> failed to log in with response code
401","eventSeverity":"INFO","type":"com.vmware.sso.LoginFailure"}
Logout:
YYYY-MM-DDTHH:MM:SSZ {"user":"<account
name>","client":"<Client IP
address>","timestamp":"<timestamp for
logout>","description":"User <account name>@<Client IP
address> logged out","eventSeverity":"INFO","type":"com.vmware.sso.Logout"}
Japanese Version : vCenter Serverへのログイン履歴を検索する方法