-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[Logs] Update Log fields #19209
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
[Logs] Update Log fields #19209
Changes from all commits
Commits
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
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
118 changes: 118 additions & 0 deletions
118
src/content/docs/logs/reference/log-fields/account/ssh_logs.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,118 @@ | ||
| --- | ||
| # Code generator. DO NOT EDIT. | ||
|
|
||
| title: SSH Logs | ||
| pcx_content_type: configuration | ||
| sidebar: | ||
| order: 21 | ||
| --- | ||
|
|
||
| The descriptions below detail the fields available for `ssh_logs`. | ||
|
|
||
| ## AccountID | ||
|
|
||
| Type: `string` | ||
|
|
||
| Cloudflare account ID. | ||
|
|
||
| ## ClientAddress | ||
|
|
||
| Type: `string` | ||
|
|
||
| Source address of the SSH command. | ||
|
|
||
| ## Datetime | ||
|
|
||
| Type: `int or string` | ||
|
|
||
| Timestamp in UTC of when this message is being sent. | ||
|
|
||
| ## Error | ||
|
|
||
| Type: `string` | ||
|
|
||
| SSH error. Only used if an error occurred. | ||
|
|
||
| ## PTY | ||
|
|
||
| Type: `string` | ||
|
|
||
| Used by certain programs when running interactive shells to synchronize local with remote SSH terminal state. | ||
|
|
||
| ## Payload | ||
|
|
||
| Type: `string` | ||
|
|
||
| Captured request/response data, base64-encoded in asciinema .cast format. This includes the command associated with the "exec" program type. | ||
|
|
||
| ## ProgramFinishDatetime | ||
|
|
||
| Type: `int or string` | ||
|
|
||
| The date and time the specific SSH program was completed. This is empty until the program ends. | ||
|
|
||
| ## ProgramID | ||
|
|
||
| Type: `string` | ||
|
|
||
| SSH program ID, a single SSH session can have multiple programs running. | ||
|
|
||
| ## ProgramStartDatetime | ||
|
|
||
| Type: `int or string` | ||
|
|
||
| The date and time the specific SSH program started. | ||
|
|
||
| ## ProgramType | ||
|
|
||
| Type: `string` | ||
|
|
||
| The SSH program being run e.g. "shell": default user's shell on target machine, "exec": execute provided command (used with "cmd" below), "x11": an interactive graphical environment, "direct-tcpip": direct tunneling, "forwarded-tcpip": reverse tunneling | ||
|
|
||
| ## ServerAddress | ||
|
|
||
| Type: `string` | ||
|
|
||
| Destination address for the SSH command. | ||
|
|
||
| ## SessionFinishDatetime | ||
|
|
||
| Type: `int or string` | ||
|
|
||
| The date and time the SSH session was completed. This is empty until the session ends. | ||
|
|
||
| ## SessionID | ||
|
|
||
| Type: `string` | ||
|
|
||
| SSH session ID. | ||
|
|
||
| ## SessionStartDatetime | ||
|
|
||
| Type: `int or string` | ||
|
|
||
| The date and time the SSH session was created. | ||
|
|
||
| ## TargetID | ||
|
|
||
| Type: `string` | ||
|
|
||
| Identifier for which target is being accessed. | ||
|
|
||
| ## UserEmail | ||
|
|
||
| Type: `string` | ||
|
|
||
| User email address. | ||
|
|
||
| ## UserID | ||
|
|
||
| Type: `string` | ||
|
|
||
| Cloudflare user ID. | ||
|
|
||
| ## Username | ||
|
|
||
| Type: `string` | ||
|
|
||
| Principal user being accessed on SSH server's machine. Empty if error raised when establishing connection. | ||
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.