File tree 3 files changed +18
-1
lines changed
3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## v0.1.1 [ 2025-01-30]
2
8
3
9
_ Bug fixes_
Original file line number Diff line number Diff line change 1
1
dashboard " activity_dashboard" {
2
- title = " Activity Log Activity Dashboard"
2
+
3
+ title = " Activity Log Activity Dashboard"
4
+ documentation = file (" ./dashboards/docs/activity_dashboard.md" )
3
5
4
6
tags = {
5
7
type = " Dashboard"
Original file line number Diff line number Diff line change
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?
You can’t perform that action at this time.
0 commit comments