You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hide Algolia branding, add OS dashboard content, fix dark mode logo colors
- Hide DocSearch/Algolia logo in search modal via CSS
- Add version-toggled OS content for Introduction Dashboard page
- Mark Custom Dashboard Tiles as pro-only via audience front matter
- Fix dark mode SVG logo to use proper background (#212529) and foreground (#FFFFFF) colors
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/content/metrics_reports/dashboards/Introduction_dashboard.md
+42-2Lines changed: 42 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,44 @@ The Dashboard is likely the first page you'll see when you open DefectDojo. It s
19
19
20
20
</div>
21
21
22
+
<divclass="version-opensource">
23
+
24
+
## Dashboard Components
25
+
26
+
The open-source dashboard provides a high-level snapshot of your security posture with the following built-in components:
27
+
28
+
### Summary Cards
29
+
30
+
The top row of the dashboard displays four summary cards that give you an at-a-glance view of activity:
31
+
32
+
***Active Engagements** — total number of currently open Engagements across all Products.
33
+
***Findings Last 7 Days** — new Findings created in the past week.
34
+
***Closed in Last 7 Days** — Findings that were resolved recently.
35
+
***Accepted in Last 7 Days** — Findings that were risk-accepted recently.
36
+
37
+
Each card links directly to the relevant filtered list so you can drill in with one click.
38
+
39
+
### Historical Finding Severity
40
+
41
+
This pie chart breaks down all Findings ever created in DefectDojo by Severity (Critical, High, Medium, Low, Informational), giving you a quick read on the overall distribution of vulnerabilities in your environment.
42
+
43
+
### Reported Finding Severity by Month
44
+
45
+
This line chart plots the volume and severity of incoming Findings month-over-month, helping you spot trends such as spikes after a new scanner integration or sustained improvement from remediation efforts.
46
+
47
+
### Dashboard Configuration
48
+
49
+
Superusers can toggle which charts appear on the dashboard. Navigate to the gear menu in the top-right corner and select **Edit Dashboard Configuration** to show or hide:
50
+
51
+
***Display Graphs** — controls the Historical Finding Severity and Reported Finding Severity charts.
52
+
***Display Surveys** — controls the Unassigned Answered Engagement Questionnaires table.
53
+
***Display Data Tables** — controls the Top 10 / Bottom 10 Graded Products tables.
54
+
55
+
Select **Reset Dashboard Configuration** from the same menu to restore defaults.
56
+
57
+
</div>
58
+
<divclass="version-pro">
59
+
22
60
## Dashboard Components
23
61
24
62
***Customizable Dashboard Tiles**, which you can use to visualize the metrics which are relevant to you.
@@ -28,7 +66,7 @@ Each team member shares a single dashboard, but the results of the dashboard are
28
66
29
67
### Dashboard Tiles
30
68
31
-
Tiles are designed to provide relevant information and speed up navigation within DefectDojo.
69
+
Tiles are designed to provide relevant information and speed up navigation within DefectDojo.
0 commit comments