Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2cbd7557
Commit
2cbd7557
authored
Dec 08, 2021
by
Max Woolf
Committed by
Evan Read
Dec 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation for streaming events
parent
32593ab2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
doc/development/audit_event_guide/index.md
doc/development/audit_event_guide/index.md
+11
-0
No files found.
doc/development/audit_event_guide/index.md
View file @
2cbd7557
...
...
@@ -176,3 +176,14 @@ deactivate B
In addition to recording to the database, we also write these events to
[
a log file
](
../../administration/logs.md#audit_jsonlog
)
.
## Event streaming
All events where the entity is a
`Group`
or
`Project`
are recorded in the audit log, and also streamed to one or more
[
event streaming destinations
](
../../administration/audit_event_streaming.md
)
. When the entity is a:
-
`Group`
, events are streamed to the group's root ancestor's event streaming destinations.
-
`Project`
, events are streamed to the project's root ancestor's event streaming destinations.
This feature is under heavy development. Follow the
[
parent epic
](
https://gitlab.com/groups/gitlab-org/-/epics/5925
)
for updates on feature
development.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment