Project View
| action | Description | Sample | Rule |
|---|---|---|---|
| project_ | A view was created in a project board. | Y | N |
| project_ | A view was deleted in a project board. | N | N |
project_view.create
#Description
A view was created in a project board.
Documented on GitHub's enterprise audit log reference.Example Audit Log Entry #
{
"@timestamp": 1783955177140,
"_document_id": "U1lOX0RPQ18wMDAwMDAwMDAwMDAwMDY=",
"action": "project_view.create",
"actor": "user",
"actor_id": 9000002,
"actor_is_bot": false,
"actor_location": {
"country_code": "XX"
},
"business": "example-business",
"business_id": 9000003,
"created_at": 1783955177140,
"hashed_token": "U1lOVEhFVElDX1RPS0VOX0hBU0hfMDAwMQ==",
"operation_type": "create",
"org": "example-org",
"org_id": 9000004,
"programmatic_access_type": "Personal access token (classic)",
"request_access_security_header": null,
"request_id": "94CE:3FE560:EE0C184:F2C95A7:6A54FEE8",
"token_id": 9000006,
"token_scopes": "admin:enterprise,admin:gpg_key,admin:org,admin:org_hook,admin:public_key,admin:repo_hook,admin:ssh_signing_key,audit_log,codespace,copilot,delete:packages,delete_repo,gist,notifications,project,repo,user,workflow,write:discussion,write:network_configurations,write:packages",
"user_agent": "python-requests/2.34.2"
}
References #
project_view.delete
#Description
A view was deleted in a project board.
Documented on GitHub's enterprise audit log reference.