Skip to content

Commit 5e6db15

Browse files
authored
Merge pull request #6 from turbot/release/v0.2.0
Release/v0.2.0
2 parents 79c1700 + fbe3c42 commit 5e6db15

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-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. ([#5](https://github.com/turbot/tailpipe-mod-azure-activity-log-detections/pull/5))
6+
17
## v0.1.1 [2025-01-30]
28

39
_Bug fixes_

dashboard/activity_dashboard.pp renamed to 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 = "Activity Log Activity Dashboard"
2+
3+
title = "Activity Log Activity Dashboard"
4+
documentation = file("./dashboards/docs/activity_dashboard.md")
35

46
tags = {
57
type = "Dashboard"

dashboards/docs/activity_dashboard.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This dashboard answers the following questions:
2+
3+
- How many Azure Activity Logs are recorded?
4+
- How many logs are generated per subscription?
5+
- How many logs are generated per resource group?
6+
- Who are the top actors initiating activities?
7+
- What are the top source IPs generating activity logs?
8+
- What are the top Azure services generating logs?
9+
- What are the top events recorded in the activity logs?

0 commit comments

Comments
 (0)