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!

Get Operational Insights Quickly with Natural Language on the Splunk Platform

In today’s fast-paced digital world, turning data into actionable insights is essential for success. With ...

Stay Connected: Your Guide to August Tech Talks, Office Hours, and Webinars!

What are Community Office Hours?Community Office Hours is an interactive 60-minute Zoom series where ...

Unleash the Power of Splunk MCP and AI, Meet Us at .Conf 2025, and Find Even More New ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...