Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To accomodate more fine-grained filtering, the Safe Fields support the same synt
[Advanced Datascrubbing Sources](/security-legal-pii/scrubbing//advanced-datascrubbing/#sources).

If you want to leave the `user.id` field intact, you can configure the `id` as a Safe Field, but this will also
mark `extra.id` as a Safe Field. To specifically select the user id, use the full path instead of `user.id`.
mark `extra.id` as a Safe Field. To specifically select the user id, use the full path `user.id`.

Marking elements of an array as safe requires a wildcard selector, for example `'sys.argv'.*`. A deep wildcard
can be used to mark all elements contained within an object. The two selectors: `extra.credentials` and
Expand Down
Loading