summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-16 15:09:40 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-16 15:09:40 +0000
commitf1357e5566b2c1f4f5e7b933b72a2d24431905e9 (patch)
tree058422b7532ed76b6363033a8dd4dd8272cd7c68 /doc
parent377d420e3d7e3f066c409714cbb9f7bb0a4882b6 (diff)
downloadgitlab-ce-f1357e5566b2c1f4f5e7b933b72a2d24431905e9.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/audit_event_streaming.md8
-rw-r--r--doc/architecture/blueprints/ci_scale/index.md10
2 files changed, 8 insertions, 10 deletions
diff --git a/doc/administration/audit_event_streaming.md b/doc/administration/audit_event_streaming.md
index 8cb9493e15a..4d0e6518ebb 100644
--- a/doc/administration/audit_event_streaming.md
+++ b/doc/administration/audit_event_streaming.md
@@ -18,7 +18,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
> - Custom HTTP headers UI [made generally available](https://gitlab.com/gitlab-org/gitlab/-/issues/365259) in GitLab 15.3. [Feature flag `custom_headers_streaming_audit_events_ui`](https://gitlab.com/gitlab-org/gitlab/-/issues/365259) removed.
> - [Improved user experience](https://gitlab.com/gitlab-org/gitlab/-/issues/367963) in GitLab 15.3.
> - User-specified verification token API support [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/360813) in GitLab 15.4.
-> - Event type filters API [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/344845) in GitLab 15.7 [with a flag](feature_flags.md) named `allow_audit_event_type_filtering`. Disabled by default.
+> - Event type filters API [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/344845) in GitLab 15.7.
Users can set a streaming destination for a top-level group to receive all audit events about the group, its subgroups, and
projects as structured JSON.
@@ -288,11 +288,7 @@ Users with the Owner role for a group can list streaming destinations and see th
## Event type filters
-> Event type filters API [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/344845) in GitLab 15.7 [with a flag](feature_flags.md) named `allow_audit_event_type_filtering`. Disabled by default
-
-FLAG:
-On self-managed GitLab, by default this feature is not available. To make it available per group or for your entire instance, ask an administrator to
-[enable the feature flag](feature_flags.md) named `allow_audit_event_type_filtering`.
+> Event type filters API [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/344845) in GitLab 15.7.
When this feature is enabled for a group, you can use an API to permit users to filter streamed audit events per destination.
If the feature is enabled with no filters, the destination receives all audit events.
diff --git a/doc/architecture/blueprints/ci_scale/index.md b/doc/architecture/blueprints/ci_scale/index.md
index c02fb35974b..574a79c86a5 100644
--- a/doc/architecture/blueprints/ci_scale/index.md
+++ b/doc/architecture/blueprints/ci_scale/index.md
@@ -1,8 +1,10 @@
---
-stage: none
-group: unassigned
-comments: false
-description: 'Improve scalability of GitLab CI/CD'
+status: in progress
+creation-date: "2021-01-21"
+authors: [ "@grzesiek" ]
+coach: "@grzesiek"
+approvers: [ "@cheryl.li", "@jreporter" ]
+owning-stage: "~devops::verify"
---
# CI/CD Scaling