Add session details to audit events
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Since: 3.8
Populated audit log with a new session_id field. Also,
disconnect event's description is populated with duration and reason
of event. Examples:
Close connection by idle timeout after 3.141s- the session was
active for 3.141 seconds and was closed due to inactivity.Close connection after 3.141s- the session was active for 3.141
seconds and was closed manually.
Requested by @drewdzzz in https://github.com/tarantool/tarantool-ee/commit/3812e605919ef119249f0886f35c2a3bffe552bf.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the audit log and disconnect-event documentation in the repository; no file or test is named in the issue. Update the relevant reference to describe the new session_id field and the disconnect description, including duration and inactivity or manual-close reasons, then verify the examples match the documented format.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100