Skip to content

Commit a0848b7

Browse files
committed
Updates from review
1 parent c6b2b1e commit a0848b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/manage/users-roles/roles/migrate-audit-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
id: migrate-audit-logging
3-
title: Migrating Audit Logs from Role V1 to V2
3+
title: Migrating Audit Logs Queries from Role V1 to V2
44
description: Learn to migrate from V1 to V2 audit logging by changing the search queries.
55
---
66

77
<p><a href="/docs/beta"><span className="beta">Beta</span></a></p>
88

99
import useBaseUrl from '@docusaurus/useBaseUrl';
1010

11-
With [RBAC for Indexes](/docs/manage/users-roles/roles/rbac-for-indexes/), role audit log lines will be changed and you are recommended to migrate the search from V1 to V2 audit logging. With advanced search filters added you can obtain more granular information about the selected role. The `filterPredicate` field in V1 audit logging is replaced with `logAnalyticsFilter`, `auditDataFilter`, and `securityDataFilter` fields in V2. In addition, we have also added `selectionType` and `selectedViews` fields to apply RBAC for indexes.
11+
With [audit data filtering](/docs/manage/users-roles/roles/rbac-for-indexes/), role audit log lines for role creation and modification will be changed and we recommend you migrate the search from V1 to V2 audit logging. With advanced search filters added you can obtain more granular information about the selected role. The `filterPredicate` field in V1 audit logging is replaced with `logAnalyticsFilter`, `auditDataFilter`, and `securityDataFilter` fields in V2. In addition, we have also added `selectionType` and `selectedViews` fields to apply RBAC for indexes.
1212

1313
Currently, [Roles Management APIs v2](/docs/api/role-management-v2) records both the V1 and V2 log line changes.
1414

0 commit comments

Comments
 (0)