From 95b3a0c5963b52ac284695e96e7520d83af019c7 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:52:05 +0000 Subject: [PATCH] docs: add environment group filter to audit logs --- security-and-compliance/audit-logs.mdx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/security-and-compliance/audit-logs.mdx b/security-and-compliance/audit-logs.mdx index f8b9b06f..9add6325 100644 --- a/security-and-compliance/audit-logs.mdx +++ b/security-and-compliance/audit-logs.mdx @@ -45,9 +45,12 @@ You can filter by: - Resource type - Application - Cluster +- Environment group Most filters support include and exclude modes. For example, you can include only `DELETE` requests or exclude a noisy application while reviewing the rest of the project. +The **Environment group** filter lists distinct env groups that appear in the selected date range and matches audit entries by env group name. Env groups with the same name across different clusters are treated as a single option. + Use the search field to search across matching audit entries. Search can match request paths, user email addresses, API token names, application names, and cluster names. The volume chart above the table shows activity over the selected range. Select part of the chart to narrow the table to that time window. @@ -58,7 +61,7 @@ Filters, search, date range, and pagination are stored in the page URL. Copy the ## Export audit logs -If audit log export is enabled for your project, the **Export** button appears above the table. Exports use the current date range and supported table filters, including actor, method, action, status code, resource type, application, cluster, and search. +If audit log export is enabled for your project, the **Export** button appears above the table. Exports use the current date range and supported table filters, including actor, method, action, status code, resource type, application, cluster, environment group, and search. You can download matching entries as: @@ -79,4 +82,4 @@ The dashboard applies `Method excludes GET` by default when opening audit logs f ### A filter combination returns no results -Application and cluster include filters do not overlap. Each audit log entry is tied to a single resource, so filtering for both a specific application and a specific cluster can return no rows. Clear one of those filters or use an exclude filter instead. +Application, cluster, and environment group include filters do not overlap. Each audit log entry is tied to a single resource, so combining include filters across these resource types can return no rows. Clear one of those filters or use an exclude filter instead.