Skip to content

Commit a49cfd7

Browse files
authored
Add doc for activity_dashboard dashboard (#4)
1 parent 9c4c364 commit a49cfd7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

dashboards/activity_dashboard.pp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
dashboard "activity_dashboard" {
2-
title = "Audit Log Activity Dashboard"
2+
3+
title = "Audit Log Activity Dashboard"
4+
documentation = file("./dashboards/docs/activity_dashboard.md")
35

46
tags = {
57
type = "Dashboard"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
This dashboard answers the following questions:
2+
3+
- How many GCP Audit Logs are recorded?
4+
- How many logs are generated per project?
5+
- How many logs are generated per log type?
6+
- Who are the top actors initiating activities?
7+
- 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

Comments
 (0)