-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[Brower Isolation] Changelog entry for logging #20488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
6132a76
[Brower Rendering] Changelog entry for logging
kodster28 60b05b2
PR feedback
kodster28 cc36791
Update date
kodster28 a1ae72d
Add log fields updates
kodster28 8749dbb
Update src/content/changelog/browser-isolation/2025-03-03-user-action…
kodster28 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
src/content/changelog/browser-isolation/2025-03-03-user-action-logging.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| --- | ||
| title: Gain visibility into user actions in Zero Trust Browser Isolation sessions | ||
| description: User action logs for Remote Browser Isolation | ||
| date: 2025-03-04T11:00:00Z | ||
| --- | ||
|
|
||
| We're excited to announce that new logging capabilities for [Remote Browser Isolation (RBI)](/cloudflare-one/policies/browser-isolation/) through [Logpush](/logs/reference/log-fields/account/) are available in Beta starting today! | ||
|
|
||
| With these enhanced logs, administrators can gain visibility into end user behavior in the remote browser and track blocked data extraction attempts, along with the websites that triggered them, in an isolated session. | ||
|
|
||
| ```json | ||
| { | ||
| "AccountID": "$ACCOUNT_ID", | ||
| "Decision": "block", | ||
| "DomainName": "www.example.com", | ||
| "Timestamp": "2025-02-27T23:15:06Z", | ||
| "Type": "copy", | ||
| "UserID": "$USER_ID" | ||
| } | ||
| ``` | ||
|
|
||
| User Actions available: | ||
|
|
||
| - **Copy & Paste** | ||
| - **Downloads & Uploads** | ||
| - **Printing** | ||
|
|
||
| Learn more about how to get started with Logpush in our [documentation](/logs/get-started/). | ||
46 changes: 46 additions & 0 deletions
46
src/content/docs/logs/reference/log-fields/account/biso_user_actions.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| --- | ||
| # Code generator. DO NOT EDIT. | ||
|
|
||
| title: Browser Isolation User Actions | ||
| pcx_content_type: configuration | ||
| sidebar: | ||
| order: 21 | ||
| --- | ||
|
|
||
| The descriptions below detail the fields available for `biso_user_actions`. | ||
|
|
||
| ## AccountID | ||
|
|
||
| Type: `string` | ||
|
|
||
| The Cloudflare account ID. | ||
|
|
||
| ## Decision | ||
|
|
||
| Type: `string` | ||
|
|
||
| The decision applied ('allow' or 'block'). | ||
|
|
||
| ## DomainName | ||
|
|
||
| Type: `string` | ||
|
|
||
| The domain name in the URL. | ||
|
|
||
| ## Timestamp | ||
|
|
||
| Type: `int or string` | ||
|
|
||
| The date and time. | ||
|
|
||
| ## Type | ||
|
|
||
| Type: `string` | ||
|
|
||
| The user action type ('copy', 'paste', 'download', etc.). | ||
|
|
||
| ## UserID | ||
|
|
||
| Type: `string` | ||
|
|
||
| The user ID. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.