Skip to content

Commit 46e3f3b

Browse files
docs-botsaritai
andauthored
Update audit log event data (#59273)
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
1 parent 6c30745 commit 46e3f3b

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

src/audit-logs/data/ghec/enterprise.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,7 +1792,7 @@
17921792
},
17931793
{
17941794
"action": "business.invite_billing_manager",
1795-
"description": "An invitation for someone to be an billing manager of an enterprise was sent.",
1795+
"description": "An invitation for someone to be a billing manager of an enterprise was sent.",
17961796
"docs_reference_links": "N/A",
17971797
"fields": [
17981798
"user",
@@ -19887,35 +19887,39 @@
1988719887
"description": "SSO lockdown for users was disabled.",
1988819888
"docs_reference_links": "N/A",
1988919889
"fields": [
19890-
"user_agent",
19891-
"request_id",
1989219890
"actor",
1989319891
"actor_id",
19892+
"user_agent",
19893+
"request_id",
19894+
"request_access_security_header",
1989419895
"business",
1989519896
"business_id",
1989619897
"action",
1989719898
"_document_id",
1989819899
"@timestamp",
1989919900
"created_at",
19900-
"operation_type"
19901+
"operation_type",
19902+
"actor_is_bot"
1990119903
]
1990219904
},
1990319905
{
1990419906
"action": "sso_lockdown.enable",
1990519907
"description": "SSO lockdown for users was enabled.",
1990619908
"docs_reference_links": "N/A",
1990719909
"fields": [
19908-
"user_agent",
19909-
"request_id",
1991019910
"actor",
1991119911
"actor_id",
19912+
"user_agent",
19913+
"request_id",
19914+
"request_access_security_header",
1991219915
"business",
1991319916
"business_id",
1991419917
"action",
1991519918
"_document_id",
1991619919
"@timestamp",
1991719920
"created_at",
19918-
"operation_type"
19921+
"operation_type",
19922+
"actor_is_bot"
1991919923
]
1992019924
},
1992119925
{

src/audit-logs/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"git": "Note: Git events have special access requirements and retention policies that differ from other audit log events. For GitHub Enterprise Cloud, access Git events via the REST API only with 7-day retention. For GitHub Enterprise Server, Git events must be enabled in audit log configuration and are not included in search results.",
1010
"sso_redirect": "Note: Automatically redirecting users to sign in is currently in beta for Enterprise Managed Users and subject to change."
1111
},
12-
"sha": "cae0414d457f280b90b251fbf911f44a709d6ca9"
12+
"sha": "6db8e8d59222d152b5a2df1030d78dee55aeba92"
1313
}

0 commit comments

Comments
 (0)