Skip to content

Commit bc73f69

Browse files
Fix dashboard XML: switch from <dashboard version=2> to Simple XML
The previous header (`<dashboard version="2" theme="dark">`) declared Dashboard Studio (JSON definition format) while the body used Simple XML elements (<row>/<panel>/<single>/<chart>/<table>). Splunk Web reported "Layout undefined is not defined" because version=2 expects a JSON <definition> block. Removed the version + theme attributes; the body is already valid Simple XML. Dark theme is a per-user Splunk Web preference, not a dashboard XML attribute.
1 parent b008266 commit bc73f69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

splunk_app/agentgate/default/data/ui/views/agentgate_audit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<dashboard version="2" theme="dark">
1+
<dashboard>
22
<label>AgentGate Audit</label>
33
<description>Every AI-agent action against Splunk that AgentGate has gated. Filter by decision, agent, or policy to investigate.</description>
44

0 commit comments

Comments
 (0)