Dashboards & Visualizations

Issues with AccountBar mode param

coleman07
Path Finder

I am trying to learn about Advanced XML and working thru the chapter "Build a Search View using Advanced XML" in the Developer's documentation. I created a very basic view and it doesn't work.

<view>
      <label>Test Search</label>
      <module name="AccountBar" layoutPanel="appHeader"/>
        <name="mode">lite</param>
</view>

I get the same header with or without the mode lite paramater. I thought this parameter would change the look of the top line of the window. When I add the showsource=true, I do not even see my param argument listed in the xml:

<view autoCancelInterval="90" isPersistable="true" isSticky="true" isVisible="true"    objectMode="viewconf" onunloadCancelJobs="true" template="search.html">
<label>Test Search /label>
<module name="AccountBar" layoutPanel="appHeader"/>
</view>

What am I doing wrong?

Tags (1)
0 Karma

Damien_Dallimor
Ultra Champion

Your XML is malformed :

<module name="AccountBar" layoutPanel="appHeader">
        <param name="mode">lite</param>
</module>
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...