7.4 Creating Dashboards and Adding Reports

Key Takeaways

  • A dashboard groups one or more panels so related reports and visualizations can be monitored together in one view.
  • You can create a new dashboard from Search (Save As Dashboard Panel) or from the Dashboards listing, choosing Private or Shared in App permissions.
  • Adding a report to a dashboard creates a panel backed by that saved report’s search and visualization.
  • Classic Simple XML dashboards are the User-level default path for create/add workflows in training and the blueprint.
  • Dashboard Studio may exist in your environment as an alternate editor—know it exists, but User objectives do not require Studio tokens or drilldown architecture.
Last updated: August 2026

7.4 Creating Dashboards and Adding Reports

Objectives 6.5 and 6.6 complete the “publish” half of Domain 6.0: create a dashboard, then add a report so the dashboard shows live panels. Reports answer one question; dashboards assemble several answers on one screen for monitoring and handoffs.

What a Dashboard Is (User Definition)

A dashboard is a page made of panels. Each panel typically shows:

  • A title
  • A visualization or table
  • A search—either an inline search typed for that panel or a report the panel references
ConceptMeaning
DashboardThe overall page/layout
PanelOne visual block on the page
Report-backed panelPanel that uses a saved report’s search/viz
Inline panel searchSearch stored on the panel itself (not a separate report)

For User exam scenarios, the happy path is often: build/save reports → create dashboard → add those reports as panels.

Creating a Dashboard (Objective 6.5)

Common creation paths:

Path A — Save a search as a dashboard panel (creates dashboard if needed)

  1. Run a polished search (often already visualization-ready).
  2. Choose Save As → Dashboard Panel (wording may vary).
  3. Select New dashboard (or an existing one).
  4. Enter dashboard Title, optional Description, and Permissions.
  5. Enter the Panel title.
  6. Save—Splunk creates the dashboard with your first panel.

Path B — Create from the Dashboards listing

  1. Open Dashboards.
  2. Create a new dashboard.
  3. Set title/description/permissions.
  4. Add panels afterward (from reports or new searches).
Permission optionEffect
PrivateOnly you can view/edit
Shared in AppVisible to others in that app (subject to their capabilities)

Default User roles typically create private dashboards; sharing may require additional capabilities depending on the deployment. Exam takeaway: dashboards, like reports, are not globally public unless shared.

Worked example: first dashboard

You already saved Top 10 HTTP Status Codes (table) and HTTP 500 Errors Over Time (line). Create dashboard Web Reliability — Last 24 Hours (Private while drafting). Add the first panel during creation from the timechart search, or create an empty dashboard and add both reports next.

Adding a Report to a Dashboard (Objective 6.6)

Once a dashboard exists, add panels from saved reports:

  1. Open the dashboard → Edit.
  2. Choose Add Panel / Add Report (UI labels vary by version).
  3. Select the existing report.
  4. Confirm the panel title (often defaults from the report name).
  5. Save the dashboard.
Source for panelProsWatch-outs
Existing reportReuses known good SPL/viz; one edit to the report can update its panelsReport permissions must allow viewers to use it
New panel from searchFast for one-off panelsHarder to reuse elsewhere unless you convert/save as report
Clone panel from another dashboardSpeeds layout reuseStill verify time ranges and titles

Why add reports (not only inline searches)?

Report-backed panels keep a single source of truth: fix the report’s SPL once, and dashboard panels that reference it stay aligned. That reuse story is central to combining 6.1–6.4 with 6.5–6.6.

Buttercup-style tutorial pattern (mental model)

Splunk’s Search Tutorial pattern matches the exam story:

  1. Transforming search (top, stats, …)
  2. Optional visualization change (for example Pie)
  3. Save as dashboard panel / add to dashboard
  4. Later add more report panels to the same dashboard

You do not need the tutorial dataset memorized—remember the workflow sequence.

Classic Simple XML Dashboards (User Basics)

Classic dashboards (Simple XML) are the traditional Splunk Web dashboards. At User level you should know:

  • You primarily build them with the UI editor (add panels, drag layout).
  • Behind the scenes they are stored as Simple XML source.
  • Power users may open Source to edit XML; Core User questions focus on UI create/add behaviors, not writing XML by hand.
Classic dashboard ideaUser-level expectation
UI editor vs Source editorUse UI to create/add panels; Source exists but is not the User focus
Panels reference reports or inline searchesPrefer reports for reusable analytics
Permissions Private / AppSame sharing model family as reports

Dashboard Studio — Optional Awareness Only

Modern Splunk deployments may also offer Dashboard Studio (JSON-based editor with different layout tools). For Splunk Core Certified User:

  • Be aware Studio exists as another dashboard experience.
  • Do not study Studio tokens, dynamic drilldowns, or advanced layout architecture for this blueprint domain.
  • If a question asks to create a basic dashboard and add a report, Classic create/add workflows are the intended answer path unless the stem explicitly names Studio in a superficial way.

Author overreach in older materials often dumped Studio/token depth into User prep—skip that here.

Permissions Interaction: Reports + Dashboards

A dashboard panel backed by a report only helps viewers who can:

  1. Open the dashboard, and
  2. Access the underlying report/search data according to permissions and role capabilities.

If coworkers see the dashboard but panels fail or reports are missing, check report sharing and dashboard sharing, not CIM.

Exam Traps for 6.5 and 6.6

TrapReality
Thinking a report automatically appears on a dashboardYou must create/add the panel
Confusing Save As Report with Save As Dashboard PanelRelated but distinct save targets
Requiring Studio tokens to “create a dashboard”User create/add works in Classic UI
Assuming Private dashboards are visible to the whole appPrivate means owner-only until shared
Building knowledge objects (tags/macros) instead of panelsOut of scope for these objectives

Put It Together

End-to-end User story for Domain 6 so far:

  1. Write transforming SPL → table or chart (6.3/6.4)
  2. Save As Report; set permissions (6.1/6.2)
  3. Create dashboard (6.5)
  4. Add report panels (6.6)
  5. Edit layout/panels as needed (6.7 next)

That sequence is the Domain 6.0 spine.

Test Your Knowledge

What is the most direct way to place an existing saved report onto a monitoring page with other panels?

A
B
C
D
Test Your Knowledge

When you create a new dashboard and leave it Private, who can typically view it?

A
B
C
D
Test Your Knowledge

For Splunk Core Certified User objectives 6.5–6.6, what is the correct stance on Dashboard Studio?

A
B
C
D