Skip to content

Commit 269ec35

Browse files
authored
Merge pull request #5 from turbot/release/v0.2.0
Release/v0.2.0
2 parents 9c4c364 + 6c59bfd commit 269ec35

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.2.0 [2025-02-06]
2+
3+
_Enhancements_
4+
5+
- Added documentation for `activity_dashboard` dashboard. ([#4](https://github.com/turbot/tailpipe-mod-gcp-audit-log-detections/pull/4))
6+
17
## v0.1.0 [2025-01-30]
28

39
_What's new?_

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)