splunk-dashboard-studio-setup

Render and deploy Splunk Dashboard Studio dashboards as JSON and XML views.

36|7|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/chambear2809/splunk-cisco-skills --skill splunk-dashboard-studio-setup
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: splunk-dashboard-studio-setup
Source: https://github.com/chambear2809/splunk-cisco-skills/tree/main/skills/splunk-dashboard-studio-setup
Command: npx skills add https://github.com/chambear2809/splunk-cisco-skills --skill splunk-dashboard-studio-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Render and apply Splunk Platform Dashboard Studio dashboards, enabling a render-first workflow that lets you review the JSON definition and the data/ui/views XML wrapper before writing the view live.

Core Features & Use Cases

  • Render Dashboard Studio assets (dashboard.json and view.xml) from a Dashboard Studio definition or a minimal render from a search.
  • Post the rendered view to Splunk data/ui/views with proper ACL governance and optional overwrite via --accept-overwrite.
  • Validate rendered assets and iterate safely with dry-run, preflight, and status workflows.

Quick Start

Render a Dashboard Studio dashboard named net_overview from a search, review the generated dashboard.json and view.xml, then apply to Splunk.

Frequently Asked Questions about splunk-dashboard-studio-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I render Splunk Dashboard Studio dashboards from a search?▼

You can render Splunk Dashboard Studio dashboards from a search by generating a version-2 JSON definition and an XML wrapper, allowing a minimal render workflow before deploying to the data/ui/views endpoint.

How does posting to Splunk data/ui/views work with ACL governance?▼

Posting to data/ui/views uses credentials to apply the rendered view and configures ACL governance to set proper sharing and ownership permissions for the Dashboard Studio dashboard.

Can I validate a Dashboard Studio JSON definition before writing it live in Splunk?▼

Yes, you can validate rendered Dashboard Studio assets and iterate safely using dry-run and preflight workflows to review the dashboard.json and view.xml before writing the view live.

What is the best way to safely overwrite an existing Splunk dashboard view?▼

The best way to safely overwrite an existing Splunk dashboard view is using the optional safe-overwrite controls, specifically passing the --accept-overwrite flag when posting the rendered view to Splunk.

Do I need specific credentials to apply Dashboard Studio dashboards to Splunk?▼

Yes, the system uses specific credentials to post the rendered Dashboard Studio XML wrapper to data/ui/views and to configure the necessary ACL governance for sharing and ownership.