Skip to content

Commit b9f76e3

Browse files
committed
Update macros.conf
Added missing macros
1 parent ff3943c commit b9f76e3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

github_app_for_splunk/default/macros.conf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
definition = index=github_collectd
44
iseval = 0
55

6+
[github_json]
7+
definition = index="github" sourcetype=github_json
8+
iseval = 0
9+
610
[github_source]
7-
definition = (index="github" source="ghe_audit_log_monitoring://*") OR (index=ghes source=github_audit) OR (index=gitops source="github:enterprise:audit") OR (index=gh_audit_stream)
11+
definition = index="github"
812
iseval = 0
913

1014
[github_webhooks]
@@ -16,7 +20,7 @@ definition = index="github_workflow_logs"
1620
iseval = 0
1721

1822
[devops_indexes]
19-
definition = index="github_webhook" OR index="github_webhook2"
23+
definition = index="github_webhook" OR index="github_webhook2" OR index="github"
2024
iseval = 0
2125

2226
[individual_commits]

0 commit comments

Comments
 (0)