Dashboards & Visualizations

How to convert views found under nav.xml to advanced XML?

kedjjang
Path Finder

nav.xml
view name=dashboards

=> way to make the advanced XML?

Tags (2)
0 Karma

chimell
Motivator

Hi
Use this advanced XML code to create your dashboard ,you can modify request and the options like you want

<view template="dashboard.html">
    <label>My Dashboard</label>
    <module name="AccountBar" layoutPanel="appHeader"/>
    <module name="AppBar" layoutPanel="navigationHeader"/>
    <module name="Message" layoutPanel="messaging">
    <param name="filter">*</param>
    <param name="clearOnJobDispatch">False</param>
    <param name="maxSize">1</param>
    </module>

    <module name="HiddenSearch" layoutPanel="panel_row1_col1"
    group="Messages per minute last hour" autoRun="True">
    <param name="search">
    search index=_internal eps group=per_source_thruput NOT
    filetracker Metrics
    | eval events=eps*kb/kbps | timechart sum(events)
    </param>
    <param name="earliest">-1h</param>
    <module name="ResultsHeader">
    <param name="entityName">scanned</param>
    <param name="entityLabel">Events</param>
    <module name="FlashChart">
    <param name="height">180px</param>
    <param name="width">100%</param>
    </module>
    </module>
    </module>
    </view>
0 Karma

ngatchasandra
Builder

Hi kedjjand,
Follow the link http://docs.splunk.com/Documentation/Splunk/6.2.2/AdvancedDev/AdvancedDashboard. This is will help you!

0 Karma
Get Updates on the Splunk Community!

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...

Integrating Splunk Search API and Quarto to Create Reproducible Investigation ...

 Splunk is More Than Just the Web Console For Digital Forensics and Incident Response (DFIR) practitioners, ...

Congratulations to the 2025-2026 SplunkTrust!

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