We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ff434 commit ff3943cCopy full SHA for ff3943c
github_app_for_splunk/default/eventtypes.conf
@@ -61,3 +61,9 @@ search = `github_source` sourcetype=GithubEnterpriseServerAuditLog app=* authent
61
62
[github_fork]
63
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