Skip to content

Commit ff3943c

Browse files
committed
Update eventtypes.conf
Added missing eventtypes
1 parent c4ff434 commit ff3943c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

github_app_for_splunk/default/eventtypes.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,9 @@ search = `github_source` sourcetype=GithubEnterpriseServerAuditLog app=* authent
6161

6262
[github_fork]
6363
search = `github_json` is_fork="true" src_user_type=User
64+
65+
[github_json_change_events]
66+
search = index=github action=* repo=*
67+
68+
[github_workflow_change]
69+
search = index=github (workflow_run.event=* workflow_run.name=* workflow_run.head_commit.author.name=* workflow_run.head_repository.full_name=*)

0 commit comments

Comments
 (0)