Dashboards & Visualizations

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

kedjjang
Explorer

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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...