데이터베이스 접근 감사 이벤트 참조
Teleport 데이터베이스 접근을 위한 감사 이벤트 참조.
You can view database session activity in the audit log. After a session is uploaded, you can play back the audit data with the tsh play command. Database session ID will be in a UUID format (ex: 307b49d6-56c7-4d20-8cf0-5bc5348a7101 ) See the audit log to get a database session ID with a key of sid . PostgreSQL database recordings are available in interactive format: $ tsh play 307b49d6-56c7-4d20-8cf0-5bc5348a7101 Session started to database "postgres-database" at Mon Jul 20 20:00 UTC postgres=>
