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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

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