Skip to content

Commit 46721d2

Browse files
committed
Update eventtypes.conf
Fixed Workflow eventtype and added Workflow::Job eventtype
1 parent 6095e0e commit 46721d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

github_app_for_splunk/default/eventtypes.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ search = `github_webhooks` action IN ("created", "resolved") "alert.secret_type"
5050
search = `github_webhooks` action IN ("create", "dismiss", "resolve") "alert.external_identifier"=*
5151

5252
[GitHub::Workflow]
53-
search = `github_webhooks` action IN ("queued","created","in_progress","completed") workflow_job.id=*
53+
search = `github_webhooks` workflow.id=* action IN("requested","completed")
54+
55+
[GitHub::Workflow::Job]
56+
search = `github_webhooks` workflow_job.id=* action IN("queued","in_progress","completed")
5457

5558
[github:enterprise:authentication]
5659
search = `github_source` sourcetype=GithubEnterpriseServerAuditLog app=* authentication_service=* signature=*

0 commit comments

Comments
 (0)