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 9c4c364 commit a49cfd7Copy full SHA for a49cfd7
dashboards/activity_dashboard.pp
@@ -1,5 +1,7 @@
1
dashboard "activity_dashboard" {
2
- title = "Audit Log Activity Dashboard"
+
3
+ title = "Audit Log Activity Dashboard"
4
+ documentation = file("./dashboards/docs/activity_dashboard.md")
5
6
tags = {
7
type = "Dashboard"
dashboards/docs/activity_dashboard.md
@@ -0,0 +1,10 @@
+This dashboard answers the following questions:
+- How many GCP Audit Logs are recorded?
+- How many logs are generated per project?
+- How many logs are generated per log type?
+- Who are the top actors initiating activities?
+- What are the top source IPs (excluding GCP internal sources)?
8
+- What are the top GCP services generating logs?
9
+- What are the top events recorded in the audit logs?
10
0 commit comments