You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: github_app_for_splunk/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# GitHub App for Splunk
2
2
3
-
The GitHub App for Splunk is a collection of out of the box dashboards and Splunk knowledge objects designed to give GitHub Admins and platform owners immediate visibility into GitHub.
3
+
The GitHub App for Splunk is a collection of out of the box dashboards and Splunk knowledge objects designed to give GitHub Admins, platform owners, and Security Engineers immediate visibility into GitHub.
4
4
5
5
This App is designed to work across multiple GitHub data sources however not all all required. You may choose to only collect a certain set of data and the parts of this app that utilize that set will function, while those that use other data sources will not function correctly, so please only use the Dashboards that relate to the data you are collecting.
6
6
7
7
The GitHub App for Splunk is designed to work with the following data sources:
8
8
9
9
*[GitHub Audit Log Monitoring Add-On For Splunk](./docs/ghe_audit_logs.MD): Audit logs from GitHub Enterprise Cloud.
10
-
*[Github.com Webhooks]((./docs/github_webhooks.MD)): A select set of webhook events like Push, PullRequest, and Repo.
10
+
*[Github.com Webhooks]((./docs/github_webhooks.MD)): A select set of webhook events like Push, PullRequest, Repo, and Code Scanning alerts.
11
11
*[GitHub Enterprise Server Syslog Forwarder](https://docs.github.com/en/enterprise-server@3.0/admin/user-management/monitoring-activity-in-your-enterprise/log-forwarding): Audit and Application logs from GitHub Enterprise Server.
12
12
*[GitHub Enterprise Collectd monitoring](./docs/splunk_collectd_forwarding_for_ghes.MD): Performance and Infrastructure metrics from GitHub Enterprise Server.
Copy file name to clipboardExpand all lines: github_app_for_splunk/default/data/ui/views/welcome_page.xml
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,9 @@
39
39
<li>The "Enterprise Server Monitor" drop down has several dashboards that report on the health and performance of your GHES environment</li>
40
40
<li>"Audit" drop down works for GHES as well as GitHub.com audit logs</li>
41
41
<li>The <ahref="alerts">Alerts</a> menu item contains all GitHub recommended alerts</li>
42
+
<li><ahref="audit_log_activity">Audit Log Activity</a> provides a highlevel overview of what activity is going on in GitHub.</li>
43
+
<li><ahref="repository_audit">Repository Audit</a> lets you review changes to individual or groups of repositories </li>
44
+
<li><ahref="user_audit">User Change Audit</a> is the best place to review actions taken by or made to individual users.</li>
42
45
</ol>
43
46
</p>
44
47
</div>
@@ -55,13 +58,12 @@
55
58
}
56
59
</style>
57
60
<div>
58
-
<h2><b>Audit and Security</b></h2>
61
+
<h2><b>GitHub Advanced Security</b></h2>
59
62
<p>
60
-
Security users will probably be most interested in the Audit dashboards
63
+
Open Source repositories and customers of GitHub Advanced Security have access to application security tooling such as Code Scanning, Secret Scanning, and Dependency Review.
61
64
<ol>
62
-
<li><ahref="audit_log_activity">Audit Log Activity</a> provides a highlevel overview of what activity is going on in GitHub.</li>
63
-
<li><ahref="repository_audit">Repository Audit</a> lets you review changes to individual or groups of repositories </li>
64
-
<li><ahref="user_audit">User Change Audit</a> is the best place to review actions taken by or made to individual users.</li>
65
+
<li>The <ahref="security_alert_overview"> Advanced Security Overview</a> dashboard gives insight into the security posture of your GitHub Organization</li>
66
+
<li>The <ahref="code_scanning_overview"> Code Scanning</a> dashboard gives you access to alerts created by Code Scanning within your Organization</li>
65
67
</ol>
66
68
</p>
67
69
</div>
@@ -85,7 +87,7 @@
85
87
GitHub has several ways to collect data from their services depending on your needs. Information is available within the App on how to collect different types of data from GitHub:
86
88
<ol>
87
89
<li><ahref="api_config">Audit Log</a> data is available through a Splunk Add-On</li>
88
-
<li><ahref="webhook_config">Rich commit and pull request</a> data is available through GitHub Webhooks</li>
90
+
<li><ahref="webhook_config">Rich commit, pull request, and Code Scanning</a> data is available through GitHub Webhooks</li>
0 commit comments