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 ...

Splunk is officially part of Cisco

Revolutionizing how our customers build resilience across their entire digital footprint.   Splunk ...

Splunk APM & RUM | Planned Maintenance March 26 - March 28, 2024

There will be planned maintenance for Splunk APM and RUM between March 26, 2024 and March 28, 2024 as ...